mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
vite setup
This commit is contained in:
19
src/App.tsx
Normal file
19
src/App.tsx
Normal file
@@ -0,0 +1,19 @@
|
||||
import { Button } from "@/components/ui/button";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div
|
||||
className={
|
||||
"min-h-screen flex flex-col items-center justify-center gap-4 text-2xl"
|
||||
}
|
||||
>
|
||||
<h1 className={"font-avara text-4xl"}>Oliver Bryan</h1>
|
||||
<Button variant={"outline"} size={"sm"} className="">
|
||||
test
|
||||
</Button>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
|
||||
Reference in New Issue
Block a user