gengitkan/client/src/components/BoardPage/BoardPage.jsx

12 lines
175 B
JavaScript

import React from 'react';
import { Page } from '../Page';
export class BoardPage extends React.Component {
render() {
return (
<Page>
</Page>
);
}
}