Skip to content

Commit

Permalink
Remove extra imports/types used in removed sections
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Mesh <[email protected]>
  • Loading branch information
cam72cam committed Jan 10, 2024
1 parent 242d9fd commit da2c16b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ import Goals from "../Goals";
import Supporters from "../Supporters";
import FAQ from "../FAQ";
import HowToContribute from "../HowToContribute";
import { RecentPost } from "../LatestNews";

type HomeProps = {
recentPosts: RecentPost[];
};

export default function Home() {
return (
Expand Down

0 comments on commit da2c16b

Please sign in to comment.