mirror of
https://github.com/danbulant/Mangades
synced 2026-07-07 20:10:36 +00:00
fix typo
This commit is contained in:
parent
17d3b61fa4
commit
ec8230c1d2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<script>
|
<script>
|
||||||
import SvelteMarkdown from "svelte-markdown";
|
import SvelteMarkdown from "svelte-markdown";
|
||||||
import autoAnimate from "@formkit/auto-animate";
|
import autoAnimate from "@formkit/auto-animate";
|
||||||
import { imageproxy } from "../utils/request";
|
import { imageproxy } from "../util/request";
|
||||||
|
|
||||||
export var entries;
|
export var entries;
|
||||||
export var itemsList;
|
export var itemsList;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue