[refactor][x]: move reusable ErrorMessage component to _shared
This commit is contained in:
4
components/_shared/index.ts
Normal file
4
components/_shared/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import Table from './Table';
|
||||
import ErrorMessage from './Error';
|
||||
|
||||
export { Table, ErrorMessage };
|
||||
Reference in New Issue
Block a user