Update stuff & add admin link in nav for admins

This commit is contained in:
2026-03-26 23:13:05 -05:00
parent de95908156
commit afd76786e5
5 changed files with 38 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ import type { Metadata, Viewport } from 'next';
import NextError from 'next/error';
import { Geist, Geist_Mono } from 'next/font/google';
import '@/app/styles.css';
import '@/app/(frontend)/styles.css';
import { useEffect } from 'react';
import Footer from '@/components/layout/footer';