Skip to content

Commit

Permalink
trying to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nuexq committed May 15, 2024
1 parent bcbe8e1 commit f1577c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { useLocation } from "react-router-dom";
import Header from "@/layouts/header";
// components
import Starfield from "react-starfield";
import Cursor from "./components/Cursor";
import Loading from "./components/ui/Loading";
import Cursor from "@/components/Cursor";
import Loading from "@/components/ui/Loading";
import GoBack from "./components/ui/GoBack";
// Data
import menus from "./pages/tree-view/data";
Expand Down

0 comments on commit f1577c1

Please sign in to comment.