add store page

This commit is contained in:
SethBurkart123
2024-04-07 17:28:36 +10:00
parent f4ab1587b7
commit 9b64c3c260
3 changed files with 19 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
const Store = () => {
return (
<div>
<h2>Store</h2>
</div>
)
}
export default Store;