From d222eccfb0e1c6aa56b9653d2ba132637ca925f9 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:07:57 +0700 Subject: [PATCH] fix: wrong import --- src/stores/task-order/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stores/task-order/types.ts b/src/stores/task-order/types.ts index 98afe3aa..0b64dc90 100644 --- a/src/stores/task-order/types.ts +++ b/src/stores/task-order/types.ts @@ -1,4 +1,3 @@ -import { strict } from 'node:assert'; import { Branch } from '../branch/types'; import { Product, Service, Work } from '../product-service/types'; import { RequestWork } from '../request-list/types';