This commit is contained in:
2025-04-28 14:49:16 +05:00
parent 4c0920e3ba
commit d43ef88e15
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -5,6 +5,13 @@ import { useEffect, useState } from "react";
interface Project {
title: string;
img: string;
types: {
name: string;
img: string;
wings: string;
floors: string;
area: string;
}[];
}
function ProjectSelect({