diff --git a/frontend/src/framework/internal/ModuleNotFoundPlaceholder.tsx b/frontend/src/framework/internal/ModuleNotFoundPlaceholder.tsx index bf3fc2b35..a79251ba8 100644 --- a/frontend/src/framework/internal/ModuleNotFoundPlaceholder.tsx +++ b/frontend/src/framework/internal/ModuleNotFoundPlaceholder.tsx @@ -1,8 +1,8 @@ import { ImportState, Module } from "@framework/Module"; import { ModuleInstance } from "@framework/ModuleInstance"; -import { BugAntIcon, ChatBubbleLeftRightIcon, NoSymbolIcon } from "@heroicons/react/20/solid"; import { Button } from "@lib/components/Button"; import { Tag } from "@lib/components/Tag"; +import { BugReport, Forum, WebAssetOff } from "@mui/icons-material"; export class ModuleNotFoundPlaceholder extends Module> { constructor(moduleName: string) { @@ -30,7 +30,7 @@ export class ModuleNotFoundPlaceholder extends Module> { return (
- + Module not found. @@ -40,10 +40,10 @@ export class ModuleNotFoundPlaceholder extends Module> { module has been removed, please get in touch with us on GitHub.
- -