mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
clean up
This commit is contained in:
10
src/app/Builder/page.tsx
Normal file
10
src/app/Builder/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
// app/builder/page.js
|
||||
|
||||
export default function BuilderPage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>About Us</h1>
|
||||
<p>This is the about page.</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
export default async function BuilderPage() {
|
||||
return (
|
||||
<div className="bg-gray-100 min-h-screen flex flex-col">
|
||||
<h1>Build Your Dream Rifle</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user