import oldStyleImportTest from "./old-style-import"; import newStyleImportTest from "./new-style-import"; oldStyleImportTest(); newStyleImportTest();