import React, { useState, useEffect } from "react"; import { Skeleton } from "@douyinfe/semi-ui"; export function SkeletonScreen () { return <> > }