From d5576a146310c5aad21b799b491a85ab7bd32840 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 8 Jun 2024 23:15:32 +0530 Subject: [PATCH] chore: lint --- server/src/routes/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/src/routes/index.ts b/server/src/routes/index.ts index b55bf658..ff6f8402 100644 --- a/server/src/routes/index.ts +++ b/server/src/routes/index.ts @@ -1,6 +1,6 @@ -import { router as record} from './record'; -import { router as workflow} from './workflow'; -import { router as storage} from './storage'; +import { router as record } from './record'; +import { router as workflow } from './workflow'; +import { router as storage } from './storage'; export { record,