Skip to content

Commit 5d76497

Browse files
committed
loadcss
1 parent 519b3fe commit 5d76497

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/analytics/graphql-api/graphiql.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import { getCollection } from "astro:content";
33
import { GraphiQLClient } from "~/components/GraphiQLClient";
44
const [schema] = await getCollection("graphql-api");
5+
import "graphiql/graphiql.css";
6+
import "~/tailwind.css";
57
---
68

79
<GraphiQLClient

0 commit comments

Comments
 (0)