Server-Bibliothek
vor 18 Std. 98bce1b0da675715b2e5482c0ad61ba21135f62f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import 'construct-style-sheets-polyfill';
 
// Theme in fester Reihenfolge: Tokens -> Styles -> Komponenten.
import { initTheme } from './theme';
import '@dh-software/dh-components-themes/styles.css';
import '@dh-software/dh-components';
 
import './global.css';
 
import { injectStylesheets } from '@dh-software/furnview-icons';
injectStylesheets(true);
 
initTheme();
 
import './components/client-app';