This commit is contained in:
2024-11-22 10:01:17 -05:00
parent 780f3ca8be
commit 92611e5502

View 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>
);
}