From 9db54638a7d5ba5bbcd3a6d446e5ede051220526 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Thu, 20 Jul 2023 07:18:14 -0500 Subject: [PATCH] apply lint --- gui/src/components/Profiles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/components/Profiles.tsx b/gui/src/components/Profiles.tsx index c09b8b3c..c0185e11 100644 --- a/gui/src/components/Profiles.tsx +++ b/gui/src/components/Profiles.tsx @@ -14,6 +14,7 @@ import { TextField, } from '@mui/material'; import * as ExifReader from 'exifreader'; +import { defaultTo } from 'lodash'; import * as React from 'react'; import { useContext } from 'react'; import { useTranslation } from 'react-i18next'; @@ -21,7 +22,6 @@ import { useStore } from 'zustand'; import { BaseImgParams, Txt2ImgParams } from '../client/types.js'; import { StateContext } from '../state.js'; -import { defaultTo } from 'lodash'; export interface ProfilesProps { params: BaseImgParams;