[refactor][x]: move reusable ErrorMessage component to _shared

This commit is contained in:
Tavares Hansen
2020-08-03 19:21:09 -07:00
parent a82325b91a
commit ff134a02f9
11 changed files with 14 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
import Table from './Table';
import ErrorMessage from './Error';
export { Table, ErrorMessage };