refactor: change old function name

This commit is contained in:
Fran Dios 2021-11-10 14:04:46 +09:00
parent 0a303c6549
commit 609a697d6c

View file

@ -25,7 +25,7 @@ const allClientComponents = {
), ),
}; };
export default function importDevClientComponent(moduleId: string) { export default function importClientComponent(moduleId: string) {
const modImport = allClientComponents[moduleId]; const modImport = allClientComponents[moduleId];
if (!modImport) { if (!modImport) {