mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
fix lint again
This commit is contained in:
parent
85fc105f5f
commit
c383dc1da4
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ import {
|
||||||
} from "@/utils/discover";
|
} from "@/utils/discover";
|
||||||
|
|
||||||
import { SubPageLayout } from "./layouts/SubPageLayout";
|
import { SubPageLayout } from "./layouts/SubPageLayout";
|
||||||
import { PageTitle } from "./parts/util/PageTitle";
|
|
||||||
import { Icon, Icons } from "../components/Icon";
|
import { Icon, Icons } from "../components/Icon";
|
||||||
|
import { PageTitle } from "./parts/util/PageTitle";
|
||||||
|
|
||||||
export function Discover() {
|
export function Discover() {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
|
|
Loading…
Reference in a new issue