Skip to content

Commit

Permalink
docs: remove broken import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxuum committed Jul 19, 2024
1 parent fff8f12 commit ce9b463
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/content/docs/guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,4 @@ CenturionServer.start((registry) => {
// call the register method:
registry.register();
}).catch((err) => warn("Centurion could not be started:", tostring(err)));
`} />import { Aside, Card, Code, TabItem, Tabs } from '@astrojs/starlight/components';
import Install from '@fragments/install.mdx';
`} />

0 comments on commit ce9b463

Please sign in to comment.