update template
This commit is contained in:
0
src/app.ts
Normal file
0
src/app.ts
Normal file
@@ -1,5 +1,5 @@
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import { App } from './App.tsx';
|
||||
import { App } from './pages/App.tsx';
|
||||
|
||||
import './index.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { basename } from './modules/basename';
|
||||
import { basename } from '../modules/basename';
|
||||
|
||||
console.log('basename', basename);
|
||||
export const App = () => {
|
||||
1
src/routes/index.ts
Normal file
1
src/routes/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
// import {}
|
||||
Reference in New Issue
Block a user