1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 18:06:22 +00:00
Vencord/src/components/Settings.tsx

4 lines
91 B
TypeScript
Raw Normal View History

export default function Settings(props) {
console.log(props);
return (<p>Hi</p>);
}