This commit is contained in:
Max Lynch
2020-12-20 23:02:27 -06:00
parent fdef2842ef
commit 8b2df11c87
9 changed files with 41 additions and 23 deletions
+4 -2
View File
@@ -1,8 +1,10 @@
import Content from "../Content";
const Settings = () => {
return (
<div class="py-32">
<Content className="p-4">
<h2>Settings</h2>
</div>
</Content>
)
}