code format

This commit is contained in:
josc146
2023-05-22 10:52:06 +08:00
parent 035c6ab8de
commit bbad153ecb
28 changed files with 429 additions and 429 deletions

View File

@@ -1,9 +1,9 @@
import React, {FC} from 'react';
import {Text} from '@fluentui/react-components';
import {useTranslation} from 'react-i18next';
import React, { FC } from 'react';
import { Text } from '@fluentui/react-components';
import { useTranslation } from 'react-i18next';
export const Train: FC = () => {
const {t} = useTranslation();
const { t } = useTranslation();
return (
<div className="flex flex-col box-border gap-5 p-2">