feat: add a minimal unocss template
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import 'uno.css';
|
||||
import { render } from 'solid-js/web';
|
||||
|
||||
import App from './App';
|
||||
|
||||
render(() => <App />, document.getElementById('root') as HTMLElement);
|
||||
Reference in New Issue
Block a user