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.
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
import { Configuration } from "@openfun/cunningham-react";
|
|
|
|
const defaultConfig: Configuration = { themes: {} };
|
|
|
|
export default defaultConfig;
|