mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-27 23:09:35 +02:00
Separated theme components
This commit is contained in:
parent
baac78021a
commit
ee0b435493
7 changed files with 44 additions and 17 deletions
|
@ -0,0 +1,3 @@
|
|||
export const ThemeBuilder = (): JSX.Element => {
|
||||
return <h1>theme builder</h1>;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue