forked from meissa/ModeratorElection
10 lines
246 B
TypeScript
10 lines
246 B
TypeScript
|
import './vaadin-featureflags.js';
|
||
|
|
||
|
import './index';
|
||
|
|
||
|
import 'Frontend/generated/jar-resources/vaadin-dev-tools/vaadin-dev-tools.js';
|
||
|
|
||
|
import './theme-my-theme.global.generated.js';
|
||
|
import { applyTheme } from './theme.js';
|
||
|
applyTheme(document);
|