mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-05 18:26:45 -05:00
stuff
This commit is contained in:
9
src/app/Builder2/page.tsx
Normal file
9
src/app/Builder2/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
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