Skip to content
Snippets Groups Projects
index.ts 273 B
Newer Older
import { Application } from '../declarations';
// Don't remove this comment. It's needed to format import lines nicely.

// eslint-disable-next-line @typescript-eslint/no-unused-vars, @typescript-eslint/no-empty-function
export default function (app: Application): void {}