MatchingMakingSite/src/pages/Home/Home.jsx

9 lines
113 B
React
Raw Normal View History

import React from 'react';
export const Home = () => {
return (
<div>
Home!
</div>
)
}