From 3aacd5f77893220113eebe7b584c8cc8dc641101 Mon Sep 17 00:00:00 2001 From: Stephen Chiang Date: Sat, 30 Apr 2022 09:45:48 +0200 Subject: [PATCH] Add barrels --- app/__constants__/constants.ts | 0 app/__types__/index.ts | 0 app/components/index.ts | 0 app/contexts/index.ts | 0 app/hooks/index.ts | 0 app/styles/utils.css | 5 +++++ 6 files changed, 5 insertions(+) create mode 100644 app/__constants__/constants.ts create mode 100644 app/__types__/index.ts create mode 100644 app/components/index.ts create mode 100644 app/contexts/index.ts create mode 100644 app/hooks/index.ts diff --git a/app/__constants__/constants.ts b/app/__constants__/constants.ts new file mode 100644 index 00000000..e69de29b diff --git a/app/__types__/index.ts b/app/__types__/index.ts new file mode 100644 index 00000000..e69de29b diff --git a/app/components/index.ts b/app/components/index.ts new file mode 100644 index 00000000..e69de29b diff --git a/app/contexts/index.ts b/app/contexts/index.ts new file mode 100644 index 00000000..e69de29b diff --git a/app/hooks/index.ts b/app/hooks/index.ts new file mode 100644 index 00000000..e69de29b diff --git a/app/styles/utils.css b/app/styles/utils.css index e69de29b..2e99aa91 100644 --- a/app/styles/utils.css +++ b/app/styles/utils.css @@ -0,0 +1,5 @@ +/* Fonts */ + +/* Global Design tokens */ +:root { +}