Update import/exports to be more tree-shake friendly
This commit is contained in:
4
lib/component/nav/index.ts
Normal file
4
lib/component/nav/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export { default as DarkModeSwitch } from "./DarkModeSwitch";
|
||||
export { default as NavBar } from "./NavBar";
|
||||
export { default as PopoverMenu } from "./PopoverMenu";
|
||||
|
||||
Reference in New Issue
Block a user