Removed second dangling reference

canary
WolverinDEV 2020-10-05 13:28:06 +02:00
parent dd5c9c3580
commit fb5487c756
1 changed files with 0 additions and 1 deletions

View File

@ -374,7 +374,6 @@ export type DependSource = {
export type SourcePath = string | DependSource | string[];
export const scripts = script_loader;
export const style = style_loader;
export const templates = template_loader;
/* Hello World message */