Foular

@foular.bsky.social

26 Followers 102 Following

import { TestoGuapo } from './componets'; import { useLunesDePito } from './hooks'; export const Shitpost = () => { const { checkLunesDePito } = useLunesDePito(); return ( { checkLunesDePito && <TestoGuapo /> } ) }