phanpy/src/main.jsx

10 lines
191 B
React
Raw Normal View History

2022-12-10 09:14:48 +00:00
import { render } from 'preact';
import { App } from './app';
import 'iconify-icon';
import '@github/time-elements';
import './index.css';
render(<App />, document.getElementById('app'));