Files
Campus-Plug/frontend/src/pages/Selling.jsx

13 lines
250 B
React
Raw Normal View History

2025-03-05 22:30:52 -07:00
import { useState } from 'react';
import { Link } from 'react-router-dom';
import { Tag, Book, Laptop, Sofa, Utensils, Gift, Heart } from 'lucide-react';
const Selling = () => {
return (
<div>
</div>
);
};
export default Selling;