AnimationTool/index.ts

6 lines
112 B
TypeScript
Raw Normal View History

2019-09-25 00:01:54 +00:00
import { Page } from './app/page';
2019-10-04 23:38:11 +00:00
import './app/stylesheets/main.scss';
2019-09-25 00:01:54 +00:00
const page = new Page();
page.Load();