Loading preview...
import { FacebookIcon } from "@/components/ui/facebook" const Demo = () => { return ( <FacebookIcon /> ) } export default { Demo }