mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-08 22:06:43 -06:00
chore: use path aliasing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom/client";
|
||||
import App from "./App";
|
||||
import "./global.css";
|
||||
import App from "@/App";
|
||||
import "@/global.css";
|
||||
|
||||
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
|
||||
<React.StrictMode>
|
||||
|
||||
Reference in New Issue
Block a user