feat: add AboutPage and AboutContent component; integrate AnnouncementBar in layout
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { AboutContent } from "@/components/about-content";
|
||||
|
||||
export default function AboutPage() {
|
||||
return <AboutContent />;
|
||||
}
|
||||
Reference in New Issue
Block a user