Skip to content

Commit

Permalink
fix(index): Fix call to main.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
joaogarin committed Dec 1, 2016
1 parent 1c7afbd commit 847107f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

import * as React from 'react';
import {main} from './src/main.ts';
import {main} from './src/main';

let bootstrapedComponentName: string;

Expand Down

0 comments on commit 847107f

Please sign in to comment.