1 import { type FC, type PropsWithChildren } from 'react';
3 import './Counter.scss';
5 export const Counter: FC<PropsWithChildren> = ({ children }) => {
7 <div className="pass--counter-circle border rounded-full flex items-center justify-center shrink-0">
8 <span>{children}</span>