forked from ourworld_web/www_engage_os
fix: remove duplicate text-base class and update navigation links in header
This commit is contained in:
12
src/app/(main)/build/page.tsx
Normal file
12
src/app/(main)/build/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import BuildHero from "@/components/BuildHero";
|
||||
import BuildStack from "@/components/BuildStack";
|
||||
|
||||
export default function Build() {
|
||||
return (
|
||||
<div>
|
||||
<BuildHero />
|
||||
<BuildStack />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user