Delete Placeholder.tsx

This commit is contained in:
fantasticit 2022-05-03 12:33:39 +08:00 committed by GitHub
parent 80a69bbeca
commit b6a02854a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
import { Skeleton } from '@douyinfe/semi-ui';
export const Placeholder = () => {
return (
<Skeleton
placeholder={
<>
{Array.from({ length: 8 }).fill(
<Skeleton.Title style={{ width: '100%', marginBottom: 12, marginTop: 12 }} />
)}
</>
}
loading={true}
></Skeleton>
);
};