mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
|
export default function Settings(props) {
|
||
|
console.log(props);
|
||
|
return (<p>Hi</p>);
|
||
|
}
|