turkmentv_front/components/advert/SelectForm.tsx

6 lines
80 B
TypeScript
Raw Normal View History

2024-08-19 12:44:56 +00:00
const SelectForm = () => {
return <div></div>;
};
export default SelectForm;