1
0
Fork 0

apply lint

This commit is contained in:
Sean Sube 2023-07-20 07:18:14 -05:00
parent d80ab00446
commit 9db54638a7
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@ import {
TextField, TextField,
} from '@mui/material'; } from '@mui/material';
import * as ExifReader from 'exifreader'; import * as ExifReader from 'exifreader';
import { defaultTo } from 'lodash';
import * as React from 'react'; import * as React from 'react';
import { useContext } from 'react'; import { useContext } from 'react';
import { useTranslation } from 'react-i18next'; import { useTranslation } from 'react-i18next';
@ -21,7 +22,6 @@ import { useStore } from 'zustand';
import { BaseImgParams, Txt2ImgParams } from '../client/types.js'; import { BaseImgParams, Txt2ImgParams } from '../client/types.js';
import { StateContext } from '../state.js'; import { StateContext } from '../state.js';
import { defaultTo } from 'lodash';
export interface ProfilesProps { export interface ProfilesProps {
params: BaseImgParams; params: BaseImgParams;