Files
sanasto-app/components/pages/Settings.jsx
Max Lynch 8b2df11c87 Shell
2020-12-20 23:02:27 -06:00

11 lines
171 B
JavaScript

import Content from "../Content";
const Settings = () => {
return (
<Content className="p-4">
<h2>Settings</h2>
</Content>
)
}
export default Settings;