diff options
Diffstat (limited to 'src/components/Settings.tsx')
-rw-r--r-- | src/components/Settings.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx new file mode 100644 index 0000000..f996448 --- /dev/null +++ b/src/components/Settings.tsx @@ -0,0 +1,4 @@ +export default function Settings(props) { + console.log(props); + return (<p>Hi</p>); +}
\ No newline at end of file |