mirror of https://github.com/fantasticit/think.git
Delete Placeholder.tsx
This commit is contained in:
parent
a4a2205d11
commit
80a69bbeca
|
@ -1,16 +0,0 @@
|
|||
import { Skeleton } from '@douyinfe/semi-ui';
|
||||
|
||||
export const Placeholder = () => {
|
||||
return (
|
||||
<Skeleton
|
||||
placeholder={
|
||||
<>
|
||||
{Array.from({ length: 6 }).fill(
|
||||
<Skeleton.Title style={{ width: '100%', marginBottom: 12, marginTop: 12 }} />
|
||||
)}
|
||||
</>
|
||||
}
|
||||
loading={true}
|
||||
></Skeleton>
|
||||
);
|
||||
};
|
Loading…
Reference in New Issue