Skip to content

Commit

Permalink
Add sections dashboard to demo dashboard (#19976)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Mar 4, 2024
1 parent d248de9 commit a9f453e
Show file tree
Hide file tree
Showing 5 changed files with 776 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo/src/configs/demo-configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { energyEntities } from "../stubs/entities";
import { DemoConfig } from "./types";

export const demoConfigs: Array<() => Promise<DemoConfig>> = [
() => import("./sections").then((mod) => mod.demoSections),
() => import("./arsaboo").then((mod) => mod.demoArsaboo),
() => import("./teachingbirds").then((mod) => mod.demoTeachingbirds),
() => import("./kernehed").then((mod) => mod.demoKernehed),
Expand Down
Loading

0 comments on commit a9f453e

Please sign in to comment.