From 2edb473652aff594bf637a7355c0e30ea73afd82 Mon Sep 17 00:00:00 2001 From: EdamAme-x <121654029+EdamAme-x@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:36:43 +0900 Subject: [PATCH] chore update --- packages/client/lib/storage/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/client/lib/storage/index.ts b/packages/client/lib/storage/index.ts index bf60b84..b62f2d6 100644 --- a/packages/client/lib/storage/index.ts +++ b/packages/client/lib/storage/index.ts @@ -1,6 +1,4 @@ /** -import { MemoryStorage } from './memory-storage'; -import { FileStorage } from './file-storage'; * @module * The Storage for LINE Client */