turkmentv_front/components/lottery/countDown/LotteryCountDownSemicolmn.tsx

11 lines
305 B
TypeScript

const LotteryCountDownSemicolmn = () => {
return (
<div className="flex flex-col gap-3">
<div className="w-3 h-3 rounded-full bg-lightOutlineVariant"></div>
<div className="w-3 h-3 rounded-full bg-lightOutlineVariant"></div>
</div>
);
};
export default LotteryCountDownSemicolmn;