forked from meissa/ModeratorElection
9 lines
246 B
TypeScript
9 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);
|