update template

This commit is contained in:
2025-03-26 09:08:39 +08:00
parent 787691977a
commit 91c90c819f
12 changed files with 695 additions and 468 deletions

0
src/app.ts Normal file
View File

View 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';

View File

@@ -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
View File

@@ -0,0 +1 @@
// import {}