forked from CRM_Production/JTT_CrM
Merge branch 'master' of https://codefirst.iut.uca.fr/git/maxence.lanone/JTT_CrM
commit
cdcfd3540c
@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import NavigationDashboard from '../components/NavigationDashboard';
|
||||
|
||||
|
||||
const Calendrier = () => {
|
||||
return (
|
||||
<body>
|
||||
coucou
|
||||
</body>
|
||||
);
|
||||
};
|
||||
|
||||
export default Calendrier;
|
@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import NavigationDashboard from '../components/NavigationDashboard';
|
||||
|
||||
|
||||
const Parametres = () => {
|
||||
return (
|
||||
<body>
|
||||
coucou
|
||||
</body>
|
||||
);
|
||||
};
|
||||
|
||||
export default Parametres;
|
@ -0,0 +1,13 @@
|
||||
import React from 'react';
|
||||
import NavigationDashboard from '../components/NavigationDashboard';
|
||||
|
||||
|
||||
const Repertoire = () => {
|
||||
return (
|
||||
<body>
|
||||
coucou
|
||||
</body>
|
||||
);
|
||||
};
|
||||
|
||||
export default Repertoire;
|
Loading…
Reference in new issue