/** @jsx h */ import { h } from 'preact'; const Preloader = props => (
); export default Preloader;