This commit is contained in:
Christer Warén
2023-06-04 07:15:30 +03:00
parent fb36a8f890
commit 2d0b326721
3 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,3 @@
const { default: RadioClient } = require("./Client");
import RadioClient from "./Client";
const client = new RadioClient();