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