1
0
Fork 0
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:
Paweł Malak 2022-03-23 13:02:32 +01:00
parent baac78021a
commit ee0b435493
7 changed files with 44 additions and 17 deletions

View file

@ -0,0 +1,3 @@
export const ThemeBuilder = (): JSX.Element => {
return <h1>theme builder</h1>;
};