plane/space/pages/index.tsx

9 lines
151 B
TypeScript
Raw Normal View History

import React from "react";
// components
import { HomeView } from "components/views";
const HomePage = () => <HomeView />;
export default HomePage;