Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export { default as ProjectCreationDialog } from '../kale-containers/Editor/Calendar/ProjectCreationDialog/ProjectCreationDialog.jsx';
  2.  
  3. export { default as Dialog } from 'components/dialogs';
  4.  
  5. export {
  6.   DialogTitle,
  7.   DialogContent,
  8.   DialogActions,
  9.   DialogActionsVertical
  10. } from '../components/dialogs';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement