show collections
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
/* @refresh reload */
|
||||
import { render } from 'solid-js/web';
|
||||
// import { render } from 'solid-js/web';
|
||||
|
||||
import './index.css';
|
||||
import App from './App';
|
||||
// import App from './App';
|
||||
|
||||
render(() => <App />, document.getElementById('root') as HTMLElement);
|
||||
import './components';
|
||||
|
||||
// render(() => <App />, document.getElementById('root') as HTMLElement);
|
||||
|
Reference in New Issue
Block a user