We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a28f6 commit 0abae3dCopy full SHA for 0abae3d
src/creators/index.js
@@ -1,6 +1,8 @@
1
'use strict';
2
3
const creators = {
4
+ // overlay creators
5
+ deleteProjectConfirm: require('./delete-project-confirm'),
6
// terminal creators
7
rxOn: require('./rx-on'),
8
rxOff: require('./rx-off'),
0 commit comments