this is counter
import { Component } from "@/components/ui/counter"; const DemoOne = () => { return <Component />; }; export { DemoOne };