mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
added dropdown-menu
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { BrowserRouter, Route, Routes } from "react-router-dom";
|
||||
import { Auth } from "@/components/auth-provider";
|
||||
import { ThemeProvider } from "@/components/theme-provider";
|
||||
import Index from "./Index";
|
||||
import Test from "./Test";
|
||||
import Index from "@/Index";
|
||||
import Test from "@/Test";
|
||||
|
||||
function App() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user