Skip to content

Commit 6e9fb48

Browse files
committed
Remove unneeded imports
1 parent a3150fe commit 6e9fb48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pages/+Page.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import h from "./+Page.module.sass";
33
import { LinkCard } from "~/components/cards";
44
import { useData } from "vike-react/useData";
55
import { isDev } from "@macrostrat-web/settings";
6-
import { useState } from "react";
7-
import { useAPIResult } from "@macrostrat/ui-components";
8-
import { SETTINGS } from "@macrostrat-web/settings";
96

107
export function Page() {
118
return h("div.page-main", [

0 commit comments

Comments
 (0)