feat: column customization

This commit is contained in:
Shusui MOYATANI
2023-05-08 19:58:59 +09:00
parent 5b5c261285
commit f8fbc95ba7
49 changed files with 1178 additions and 307 deletions

View File

@@ -2,8 +2,8 @@
import { Router } from '@solidjs/router';
import { render } from 'solid-js/web';
import './index.css';
import App from './App';
import '@/index.css';
import App from '@/App';
render(
() => (