- move SlateEditor and dependencies to its own folder
- remove Immutable
- remove redux-persist-immutable
- remobe redux-immutable
- update libraries
- added tests on store manipulations (accessor and reducers)
---
layout: default
---
{% include nav.html %}
<div class="container">
<div class="row">
<div class="col col-6 offset-md-3">
<h3>Créer un nouveau groupe</h3>
<form>
<div class="form-group">
<label for="formGroupExampleInput">Nom du groupe</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="">
</div>
<div class="form-group">
<label for="formGroupExampleInput2">Description</label>
<textarea class="form-control" id="formGroupExampleInput2" placeholder=""></textarea>
</div>
<button type="submit" class="btn btn-primary">Créer</button>
</form>
</div>
</div>
</div>