mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-14 07:45:39 +01:00
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
import './style/index.scss';
|
|
import App from './components/app';
|
|
|
|
export default App;
|