Skip to content

Commit

Permalink
chore: update theme.config.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed May 22, 2023
1 parent b36d493 commit 76a7c8c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions website/theme.config.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { defineConfig, useTheme } from '@theguild/components';
import { defineConfig } from '@theguild/components';

export default defineConfig({
siteName: 'WS',
docsRepositoryBase: 'https://github.com/enisdenjo/graphql-ws',
main({ children }) {
useTheme();
return <>{children}</>;
},
});

0 comments on commit 76a7c8c

Please sign in to comment.