Removed dangling import

canary
WolverinDEV 2020-10-05 13:01:03 +02:00
parent 7663689a09
commit dd5c9c3580
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import * as script_loader from "./script_loader";
import * as style_loader from "./style_loader";
import * as template_loader from "./template_loader";
import * as Animation from "../animation";
import {getUrlParameter} from "./utils";