Aether/client/src/Main.ts

8 lines
125 B
TypeScript

import { render, h } from 'preact';
import App from './App';
import './Tailwind.tw';
render(h(App, null), document.body);