Skip to content

Commit

Permalink
#6442 remove shared constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Jurowicz committed Dec 19, 2017
1 parent 85c110e commit 982e631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 3 additions & 5 deletions js/notebook/src/extension/comm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ declare global {
}
}

import {
BEAKER_GETCODECELLS,
BEAKER_AUTOTRANSLATION,
BEAKER_TAG_RUN
} from '../../../shared/constants';
const BEAKER_GETCODECELLS = 'beaker.getcodecells';
const BEAKER_AUTOTRANSLATION = 'beaker.autotranslation';
const BEAKER_TAG_RUN = 'beaker.tag.run';

const utils = require('base/js/utils');
const dialog = require('base/js/dialog');
Expand Down
3 changes: 0 additions & 3 deletions js/shared/constants.ts

This file was deleted.

0 comments on commit 982e631

Please sign in to comment.