Adding in tailwindcss and configs
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
import { Suspense } from 'react';
|
||||
import { Loader } from '@react-three/drei';
|
||||
import { render } from 'react-dom';
|
||||
import App from '../components/App';
|
||||
|
||||
render(
|
||||
<App />,
|
||||
<>
|
||||
<Suspense fallback={null}>
|
||||
<App />
|
||||
</Suspense>
|
||||
<Loader />
|
||||
</>,
|
||||
document.getElementById("root") );
|
||||
|
||||
if (module['hot']) {
|
||||
|
||||
Reference in New Issue
Block a user