auto formatting using 'npm run format'

This commit is contained in:
proddy
2022-09-24 18:52:19 +02:00
parent eeeb889ba7
commit a7930d8403
10 changed files with 23 additions and 23 deletions

View File

@@ -13,7 +13,7 @@ import { useI18nContext } from '../../i18n/i18n-react';
const NetworkTime: FC = () => {
const { LL } = useI18nContext();
useLayoutTitle("NTP");
useLayoutTitle('NTP');
const authenticatedContext = useContext(AuthenticatedContext);
const { routerTab } = useRouterTab();