9 lines
259 B
TypeScript
9 lines
259 B
TypeScript
import "./app/common/language";
|
|
import "./app/common/theme";
|
|
import "./app/common/tooltips";
|
|
import "./app/components/app-link";
|
|
import "./app/schedule";
|
|
import "./app/weather";
|
|
import { init } from "./lib/weather-icons";
|
|
init("/static/weather-icons/icons");
|