Fix bad import

pull/73/head
MillenniumEarl 2021-02-14 12:28:52 +01:00
parent b2fa27281c
commit 8a13c6b1cc
1 changed files with 1 additions and 1 deletions

View File

@ -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.