generated from template/vite-react-template
mark模块更新
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import { basename } from '../modules/basename';
|
||||
console.log('basename', basename);
|
||||
import { App as MarkApp } from '../manager/Manager';
|
||||
export const App = () => {
|
||||
return <div className='bg-slate-200 w-full h-full border'></div>;
|
||||
return (
|
||||
<div className=' w-full h-full overflow-hidden'>
|
||||
<MarkApp />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user