From 0c13285fb83c0a77a7d4d51a72904dd04adf20d9 Mon Sep 17 00:00:00 2001 From: jasquat Date: Wed, 1 Mar 2023 17:36:06 -0500 Subject: [PATCH] removed unused import w/ burnettk --- spiffworkflow-frontend/src/routes/ProcessInstanceLogList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/spiffworkflow-frontend/src/routes/ProcessInstanceLogList.tsx b/spiffworkflow-frontend/src/routes/ProcessInstanceLogList.tsx index 0b9d1b17..00b4255d 100644 --- a/spiffworkflow-frontend/src/routes/ProcessInstanceLogList.tsx +++ b/spiffworkflow-frontend/src/routes/ProcessInstanceLogList.tsx @@ -10,7 +10,6 @@ import { } from '../helpers'; import HttpService from '../services/HttpService'; import { useUriListForPermissions } from '../hooks/UriListForPermissions'; -import UserService from '../services/UserService'; type OwnProps = { variant: string;