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

12 lines
192 B
JavaScript

import { homeItems } from "../../data";
import Content from "../Content";
const Profile = () => {
return (
<Content>
<h2>Profile</h2>
</Content>
)
}
export default Profile;