Skip to content

Commit

Permalink
remove broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Jan 30, 2024
1 parent 02f898e commit 014b5fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ export { serializeMdxApiHandler } from "./next-apis/serialize-mdx";
export { sitemapApiHandler } from "./next-apis/sitemap";
export { DocsPage, getDocsPageProps, getDocsPageStaticProps } from "./next-app/DocsPage";
export { NextApp } from "./next-app/NextApp";
export { NextDocument } from "./next-app/NextDocument";
export { getNotFoundPageStaticProps, NotFoundPage } from "./next-app/NotFoundPage";

0 comments on commit 014b5fa

Please sign in to comment.