mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
8 lines
212 B
TypeScript
8 lines
212 B
TypeScript
import 'expose-loader?exposes=punycode!punycode';
|
|
import 'expose-loader?exposes=ColorThief!color-thief-browser';
|
|
import app from './app';
|
|
export { app };
|
|
export declare const compat: {
|
|
[key: string]: any;
|
|
};
|