UNPKG

preact-material-components

Version:
13 lines (9 loc) 203 B
// Components import App from './components/app'; // Material Components import '../../Typography/style.css'; import '../../Theme/style.css'; // Styles import './style'; // Export export default App;