This commit is contained in:
parent
52615a5086
commit
e6fa86519c
16 changed files with 3277 additions and 6 deletions
|
|
@ -3,6 +3,7 @@ import type { ComponentType } from "react";
|
|||
type LazyImport = () => Promise<{ default: ComponentType<any> }>;
|
||||
|
||||
export const componentMap: Record<string, LazyImport> = {
|
||||
"akkam-bakkam": () => import("@/components/interactives/AkkamBakkam"),
|
||||
"binary-number-game": () => import("@/components/interactives/BinaryNumberGame"),
|
||||
"ternary-number-game": () => import("@/components/interactives/TernaryNumberGame"),
|
||||
"balanced-ternary-game": () => import("@/components/interactives/BalancedTernaryGame"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue