new temporal folder to test
This commit is contained in:
14
frontend-web-free/src/App.jsx
Normal file
14
frontend-web-free/src/App.jsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import './App.css'
|
||||
import Pages from "@/pages/index.jsx"
|
||||
import { Toaster } from "@/components/ui/toaster"
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
<Pages />
|
||||
<Toaster />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default App
|
||||
Reference in New Issue
Block a user