mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-29 19:06:22 -07:00
15 lines
143 B
TypeScript
15 lines
143 B
TypeScript
/**
|
|
* Developer Center
|
|
*/
|
|
|
|
// Style
|
|
import './style.styl';
|
|
|
|
require('./tags');
|
|
import init from '../init';
|
|
|
|
/**
|
|
* init
|
|
*/
|
|
init(() => {
|
|
});
|