Files
cunningham/apps/demo/cunningham.ts
Nathan Vasse 3616c72673 (demo) new demo
This new demo aims to take advantage of all the new Cunningham's
components. The old demo was kind of a draft, this new one gives
a better overview of what Cunningham is capable of.
2024-01-25 15:58:33 +01:00

6 lines
144 B
TypeScript

import { Configuration } from "@openfun/cunningham-react";
const defaultConfig: Configuration = { themes: {} };
export default defaultConfig;