phanpy/src/main.jsx
2022-12-10 17:14:48 +08:00

10 lines
191 B
JavaScript

import { render } from 'preact';
import { App } from './app';
import 'iconify-icon';
import '@github/time-elements';
import './index.css';
render(<App />, document.getElementById('app'));