diff --git a/frontend/src/components/debug/index.tsx b/frontend/src/components/debug/index.tsx index 3b781fd5ab4deed8a5b8ec564ccf920135468084..c71af5ea554f17960e0dd5f393603742066e7be9 100644 --- a/frontend/src/components/debug/index.tsx +++ b/frontend/src/components/debug/index.tsx @@ -15,7 +15,7 @@ import { Divider, } from '@mui/material' -import { appInst, appTimezone, appVersion, appInst } from 'appConfig' +import { appInst, appTimezone, appVersion } from 'appConfig' import { Link } from 'react-router-dom' const Yes = () => <CheckIcon color="success" />