Refactor body into multiple files

This commit is contained in:
Michael Bradley 2025-02-21 02:06:51 -05:00
parent 36db4c2c0c
commit a513e3786c
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
10 changed files with 168 additions and 151 deletions

View file

@ -1,6 +1,9 @@
// Entry point for development
import "./style.css";
import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import Body from "./Body";
import Head from "./Head";