Refactor body into multiple files
This commit is contained in:
parent
36db4c2c0c
commit
a513e3786c
10 changed files with 168 additions and 151 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue