implemented subnav and added settings for profile

This commit is contained in:
Florian Scholdei
2019-01-18 11:41:41 +01:00
parent 83321a195e
commit 88afe18384
4 changed files with 66 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
export { default as NavAction } from "./NavAction.js";
export { default as NavLink } from "./NavLink.js";
export { default as Navigation } from "./Navigation.js";
export { default as SubNavigation } from "./SubNavigation.js";
export { default as PrimaryNavigation } from "./PrimaryNavigation.js";
export { default as PrimaryNavigationLink } from "./PrimaryNavigationLink.js";
export { default as Section } from "./Section.js";