pages directory

This commit is contained in:
Oliver Bryan
2026-01-09 05:43:04 +00:00
parent d4394990b7
commit 3d963579a3
7 changed files with 8 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import "./App.css";
import React from "react";
import ReactDOM from "react-dom/client";
import App from "@/App";
import App from "@/app";
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>