ci: add prettier format check (#2908)

This commit is contained in:
Alex Yang
2023-06-29 12:13:35 +08:00
parent bf30185c65
commit d98586773c
9 changed files with 78 additions and 60 deletions

View File

@@ -1,6 +1,4 @@
import {
SettingRow,
} from '@affine/component/setting-components';
import { SettingRow } from '@affine/component/setting-components';
import { useAFFiNEI18N } from '@affine/i18n/hooks';
import { ArrowRightSmallIcon } from '@blocksuite/icons';
import { type FC, useState } from 'react';