Fix bad import
parent
b2fa27281c
commit
8a13c6b1cc
|
@ -1,7 +1,7 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
// Modules from file
|
// Modules from file
|
||||||
import shared = require("../shared.js");
|
import shared from "../shared";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert prefixes and platform tags from string to ID and vice versa.
|
* Convert prefixes and platform tags from string to ID and vice versa.
|
||||||
|
|
Loading…
Reference in New Issue