Skip to content

Commit

Permalink
Update main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
BlowaterNostr committed Apr 4, 2024
1 parent da637a7 commit a6de11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { typeDefs } from "./graphql-schema.ts";
import { SubscriptionMap, ws_handler } from "./ws.ts";
import Error404 from "./routes/_404.tsx";
import { render } from "https://esm.sh/[email protected]";
import { RootResolver } from "./resolvers/root.ts";
import * as gql from "https://esm.sh/[email protected]";
Expand All @@ -14,6 +13,7 @@ import { PolicyStore } from "./resolvers/policy.ts";
import { Policies } from "./resolvers/policy.ts";
import { interface_GetEventsByAuthors } from "./resolvers/event.ts";
import Landing from "./routes/landing.tsx";
import Error404 from "./routes/_404.tsx";

const schema = gql.buildSchema(gql.print(typeDefs));

Expand Down

0 comments on commit a6de11f

Please sign in to comment.