Skip to content

Commit

Permalink
Rename lexicon app component
Browse files Browse the repository at this point in the history
  • Loading branch information
irahopkinson committed May 31, 2018
1 parent c82716f commit 1cd4e8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {LexiconEditorModule} from './editor/editor.module';
import './new-project/lexicon-new-project.module';
import {LexiconSettingsModule} from './settings/settings.module';

export const LexiconModule = angular
export const LexiconAppModule = angular
.module('lexiconModule', [
LexiconCoreModule,
LexiconEditorModule,
Expand Down
2 changes: 1 addition & 1 deletion src/angular-app/languageforge/main.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import '../bellows/main.common';
import './lexicon/lexicon.module';
import './lexicon/lexicon-app.module';

0 comments on commit 1cd4e8c

Please sign in to comment.