diff options
Diffstat (limited to 'app/theme/index.ts')
-rw-r--r-- | app/theme/index.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/theme/index.ts b/app/theme/index.ts index 46bf684..95cca26 100644 --- a/app/theme/index.ts +++ b/app/theme/index.ts @@ -1,4 +1,4 @@ -export * from "./color" -export * from "./spacing" -export * from "./typography" -export * from "./timing" +export * from './color' +export * from './spacing' +export * from './typography' +export * from './timing' |