Skip to content

Commit

Permalink
feat: delete rate
Browse files Browse the repository at this point in the history
  • Loading branch information
wkylin committed Dec 9, 2024
1 parent 958a799 commit e040e8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import ReMarkdown from '@stateless/ReMarkdown'
import AlternatingText from '@stateless/AlternatingText'
import AutoLink from '@stateless/AutoLink'
import LazyLoadImage from '@stateless/LazyLoadImage'
import StarRating from '@stateless/StarRating'
import IsometricCard from '@stateless/IsometricCard'
import AvatarCard from '@stateless/AvatarCard'
import LineBordered from '@stateless/LineBordered'
Expand Down Expand Up @@ -186,7 +185,6 @@ const Home = () => {
<section>
<IsometricCard text="Lorem ipsum dolor sit amet consectetur adipisicing elit. Corrupti repellat, consequuntur doloribus voluptate esse iure?" />
</section>
<StarRating value={2} />
<LineBordered text="A line bordered text." />
<section style={{ display: 'flex', alignItems: 'center', marginTop: 10, marginBottom: 40 }}>
<Atom /> <Merge /> <GitMerge /> <GitPullRequestArrow />
Expand Down

0 comments on commit e040e8e

Please sign in to comment.