completionId: cgen-e861bf64c39d411f9318a9ff7819ee8b
cgen-e861bf64c39d411f9318a9ff7819ee8b
This commit is contained in:
parent
07ec060ca4
commit
704aef763c
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
||||||
const location = useLocation();
|
const location = useLocation();
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
const { user, profile, signOut, loading, profileComplete } = useAuth();
|
const { user, profile, signOut, loading, profileComplete } = useAuth();
|
||||||
|
const { theme } = useArmTheme();
|
||||||
|
|
||||||
const navigation = [
|
const navigation = [
|
||||||
{ name: "Home", href: "/" },
|
{ name: "Home", href: "/" },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue