import { h, Component } from 'preact'; export default class Preloader extends Component { render(props, state) { return (
); } }