MCPcopy
hub / github.com/d3george/slash-admin / PcLayout

Function PcLayout

src/layouts/dashboard/index.tsx:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30function PcLayout() {
31 const { themeLayout } = useSettings();
32
33 if (themeLayout === ThemeLayout.Horizontal) return <PcHorizontalLayout />;
34 return <PcVerticalLayout />;
35}
36
37function PcHorizontalLayout() {
38 const navData = useFilteredNavData();

Callers

nothing calls this directly

Calls 1

useSettingsFunction · 0.90

Tested by

no test coverage detected