This commit is contained in:
2025-04-02 17:53:50 +08:00
parent a65cd7b4ce
commit 839eac2894
9 changed files with 265 additions and 271 deletions

View File

@@ -1,5 +1,5 @@
import { basename } from '../modules/basename';
console.log('basename', basename);
export const App = () => {
return <div className='bg-slate-200 w-full h-full border'></div>;
return <div className='bg-slate-200 w-full h-full border'>123</div>;
};