fix: rc-footer style flush in ssr

This commit is contained in:
afc163 2024-10-21 11:53:02 +08:00
parent 44d3d2d95d
commit a9c81e7e7d
2 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,7 @@ import { createStyles } from 'antd-style';
import getAlphaColor from 'antd/es/theme/util/getAlphaColor';
import { FormattedMessage, Link } from 'dumi';
import RcFooter from 'rc-footer';
import 'rc-footer/assets/index.css';
import type { FooterColumn } from 'rc-footer/lib/column';
import useLocale from '../../../hooks/useLocale';

View File

@ -1 +0,0 @@
import 'rc-footer/assets/index.css';