clear no use packages

This commit is contained in:
2025-03-26 23:13:18 +08:00
parent f2b850a9ea
commit a65cd7b4ce
4 changed files with 7 additions and 1994 deletions

View File

@@ -1,12 +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 className='test-loading bg-black'>
<div></div>
</div>
</div>
);
return <div className='bg-slate-200 w-full h-full border'></div>;
};