Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
qq8244353 committed Dec 4, 2023
1 parent e594500 commit c3c61d9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/pages/Home/HeroView/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ import { BOUNCE, CUBIC_OUT, SWIFT } from 'src/utils/animations'
import { fade, flip, pic } from './animations'
import { T_AROUND, T_COVER, T_FLIP, T_PIC } from '../animations'

const Center = styled.div`
width: 100%;
height: 50%;
min-height: 280px;
text-align: center;
`

export default function TopBanner() {
return (
<Banner>
Expand Down

0 comments on commit c3c61d9

Please sign in to comment.