From 1c3f769a0ac16b70adf683c4bc44ed9d110cd14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Baptiste=20AUBR=C3=89E?= <50230578+jbaubree@users.noreply.github.com> Date: Tue, 24 May 2022 22:57:12 +0200 Subject: [PATCH] fix: remove unused composable index (#369) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: JB Aubrée --- src/composables/index.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/composables/index.ts diff --git a/src/composables/index.ts b/src/composables/index.ts deleted file mode 100644 index e8d1566..0000000 --- a/src/composables/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './dark'