Most simple components created
This commit is contained in:
10
lib/component/nav.ts
Normal file
10
lib/component/nav.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import DarkModeSwitch from "./nav/DarkModeSwitch";
|
||||
import NavBar from "./nav/NavBar";
|
||||
import PopoverMenu from "./nav/PopoverMenu";
|
||||
|
||||
|
||||
export {
|
||||
DarkModeSwitch,
|
||||
NavBar,
|
||||
PopoverMenu
|
||||
};
|
||||
Reference in New Issue
Block a user