mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-22 04:49:36 +02:00
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
|
export const ThemeBuilder = (): JSX.Element => {
|
||
|
return <h1>theme builder</h1>;
|
||
|
};
|