diff -r 30a5baa31314 -r 62e5be0df812 client/src/components/ProtocolSummary.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/src/components/ProtocolSummary.js Tue Oct 09 18:59:20 2018 +0200 @@ -0,0 +1,43 @@ +import React, { Component } from 'react'; +import '../App.css'; +import './SessionSummary.css' + + +// const SessionSummary = ({notes}) => ( +// +// ) + +export default class ProtocolSummary extends Component { + render() { + return ( +
+
+ important +

la métacatégorie important

+
+
+ mot-clé +

la métacatégorie mot-clé

+
+
+ commentaire +

la métacatégorie commentaire

+
+
+ trouble +

la métacatégorie trouble

+
+
+ ); + } +}