feat: fix register page layout.

This commit is contained in:
Ahmed Bouhuolia
2020-10-10 15:05:18 +02:00
parent 31a267a560
commit b8060010d6
18 changed files with 315 additions and 290 deletions

View File

@@ -0,0 +1,8 @@
const CLASSES = {
DATATABLE_EDITOR: 'DATATABLE_EDITOR'
};
export {
CLASSES,
}