show collections

This commit is contained in:
2022-08-13 00:41:31 -06:00
parent 62a0a3e437
commit 3d34627024
11 changed files with 402 additions and 35 deletions

View File

@ -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);