Commit 92b75704 authored by Kushal Pandya's avatar Kushal Pandya

Re-export classes using ES6 `export`

parent 115d4a41
require('./protected_tag_access_dropdown'); export { default as ProtectedTagAccessDropdown } from './protected_tag_access_dropdown';
require('./protected_tag_create'); export { default as ProtectedTagCreate } from './protected_tag_create';
require('./protected_tag_dropdown'); export { default as ProtectedTagDropdown } from './protected_tag_dropdown';
require('./protected_tag_edit'); export { default as ProtectedTagEdit } from './protected_tag_edit';
require('./protected_tag_edit_list'); export { default as ProtectedTagEditList } from './protected_tag_edit_list';
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment