Moving to better absoulte paths with @ syntax
This commit is contained in:
parent
e85d93270b
commit
3307379821
5 changed files with 13 additions and 13 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import "/src/App.css";
|
||||
import { About } from "./pages/about";
|
||||
import { Root } from "./pages/root";
|
||||
import "@/App.css";
|
||||
import { About } from "@/pages/about";
|
||||
import { Root } from "@/pages/root";
|
||||
import { BrowserRouter, Route, Routes } from "react-router";
|
||||
|
||||
export function App() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue