Skip to content

Instantly share code, notes, and snippets.

View jvcByte's full-sized avatar
:shipit:
Adapt, Stay Updated 😎

JVC jvcByte

:shipit:
Adapt, Stay Updated 😎
View GitHub Profile
@jvcByte
jvcByte / App.tsx
Last active September 1, 2025 20:32
// import { useState } from "react";
import "./App.css";
function App() {
//build Home, sitting room, dining room, kitchen
return (
<>
<Home />
</>
);