Commit cad1c629 authored by haiyoucuv's avatar haiyoucuv

init

parent 16f0d570
......@@ -26,7 +26,6 @@ import Top from "@/pages/HomePage/Top/Top.tsx";
import { SvgaPlayer } from "@grace/svgaplayer";
import lightSvga from "@/assets/svga/5光点飘散.svga";
import API from "@/api";
import VideoPanel from "@/panels/VideoPanel/VideoPanel.tsx";
import ObtainPanel from "@/panels/ObtainPanel/ObtainPanel.tsx";
......@@ -67,9 +66,6 @@ class HomePage extends React.Component<any, any> {
<div className="homepage" ref={(el) => this.root = el}>
<div className="homeRoot">
<Top />
<SvgaPlayer className="homeSvga" src={lightSvga} />
<Sign />
<Check />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment