📄 PlaceHolder.js
/home/palash/git/site/src/components/tic-tac-slide/PlaceHolder.js
Language: js • Lines: 3
export default function PlaceHolder() {
    return <div style={{ width: 30, height: 30, backgroundColor: 'transparent', borderRadius: '50%' }}></div> // Placeholder for missing icons
}