Sharkey/src/web/app/dev/script.ts

16 lines
143 B
TypeScript
Raw Normal View History

2016-12-29 00:49:51 +02:00
/**
* Developer Center
*/
2017-02-19 05:31:23 +02:00
// Style
2017-02-19 08:36:53 +02:00
import './style.styl';
2017-02-19 05:31:23 +02:00
require('./tags');
2017-05-17 23:06:55 +03:00
import init from '../init';
2016-12-29 00:49:51 +02:00
/**
2017-05-17 23:06:55 +03:00
* init
2016-12-29 00:49:51 +02:00
*/
2017-11-15 20:06:52 +02:00
init(() => {
2016-12-29 00:49:51 +02:00
});