Skip to content

Commit

Permalink
[core/src/ui][xs]: Remove unnecessary file
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeduPreez committed Feb 24, 2023
1 parent 78e6eb1 commit c3b2e6f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/ui/Base/ThemeProvider.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/src/ui/Base/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { BaseLink } from "./BaseLink";
export { ThemeSelector } from "./ThemeSelector";
export { CustomLink } from "./CustomLink";
export { ThemeProvider } from "./ThemeProvider";
2 changes: 1 addition & 1 deletion packages/core/src/ui/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { ThemeProvider } from "next-themes";
export { Nav } from "./Nav";
export { SearchProvider } from "./Search";
export { Layout } from "./Layout";
Expand All @@ -8,4 +9,3 @@ export { SimpleLayout } from "./SimpleLayout";
export { DocsLayout } from "./DocsLayout";
export { UnstyledLayout } from "./UnstyledLayout";
export { BlogLayout } from "./BlogLayout";
export { ThemeProvider } from "./Base";

0 comments on commit c3b2e6f

Please sign in to comment.