Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 790add9

Browse files
committed
add-dialog import/export
1 parent 6f3aa57 commit 790add9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/add-dialog.coffee

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
path = require 'path'
2-
fs = require 'fs-plus'
3-
Dialog = require './dialog'
4-
{repoForPath} = require './helpers'
1+
'use babel'
2+
import path from 'path'
3+
import fs from 'fs-plus'
4+
import Dialog from './dialog'
5+
import {repoForPath} from './helpers'
56

6-
module.exports =
7-
class AddDialog extends Dialog
7+
export default class AddDialog extends Dialog
88
constructor: (initialPath, isCreatingFile) ->
99
@isCreatingFile = isCreatingFile
1010

0 commit comments

Comments
 (0)