Utilisation de React pour le client
This commit is contained in:
12
client/src/components/BoardPage/BoardPage.jsx
Normal file
12
client/src/components/BoardPage/BoardPage.jsx
Normal file
@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import { Page } from '../Page';
|
||||
|
||||
export class BoardPage extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<Page>
|
||||
|
||||
</Page>
|
||||
);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user