mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-06-13 06:11:55 +00:00
idfk
This commit is contained in:
@@ -1,17 +1,21 @@
|
||||
import { useState } from 'react'
|
||||
import './App.css'
|
||||
import { Link } from 'react-router-dom';
|
||||
|
||||
function App() {
|
||||
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
<div>
|
||||
<h1>BarkMan</h1>
|
||||
|
||||
<p className="read-the-docs">
|
||||
Click on the Vite and React logos to learn more
|
||||
</div>
|
||||
<p>
|
||||
ARFF ARFF BARK BARK
|
||||
</p>
|
||||
|
||||
<Link to="/inventory">
|
||||
<button>Inventory</button>
|
||||
</Link>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user