Skip to content

Commit

Permalink
fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjlockwood committed Aug 4, 2018
1 parent c74b364 commit 17d3b65
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/app/editor/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/app/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'hammerjs';

import { enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { EditorModule } from 'app';
import { EditorModule } from 'app/editor/editor.module';
import { environment } from 'environments/environment';

const script = document.createElement('script');
Expand Down

0 comments on commit 17d3b65

Please sign in to comment.