From ef78bc6a084f92b4794e987b5832240d85b6479e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 22 Jul 2020 14:05:15 +0200 Subject: refactor app using babel module-resolver --- animism-align/frontend/app/common/index.js | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 animism-align/frontend/app/common/index.js (limited to 'animism-align/frontend/app/common/index.js') diff --git a/animism-align/frontend/app/common/index.js b/animism-align/frontend/app/common/index.js new file mode 100644 index 0000000..1f0a61d --- /dev/null +++ b/animism-align/frontend/app/common/index.js @@ -0,0 +1,31 @@ +// export { default as Header } from 'app/common/header.component' +export { + MenuButton, SmallMenuButton, MenuRoute, +} from 'app/common/menubutton.component' +export { + Select, Checkbox, Radio, FileInput, FileInputField, + TextInput, NumberInput, TextArea, SubmitButton, + LabelDescription, ColorInput, +} from 'app/common/form.component' +export { + Loader, Swatch, Dot, Columns, Statistic, Detections, Progress +} from 'app/common/miscellaneous.component' +export { default as TableIndex } from 'app/common/tableIndex.component' +export { + TableObject, TableArray, TableTuples, + TableRow, TableCell +} from 'app/common/table.component' +export { default as CopyToClipboardButton } from 'app/common/copyToClipboardButton.component' +export { default as ImageCrop } from 'app/common/imageCrop.component' +export { Modal } from 'app/common/modal.component' +export { default as UploadImage } from 'app/common/uploadImage.component' +export { default as Slider } from 'app/common/slider.component' + +import './fonts.css' +import './app.css' +import './form.css' +import './loader.css' +import './table.css' +import './modal.css' +import './miscellaneous.css' +import './upload.css' -- cgit v1.2.3-70-g09d2