Skip to content

Commit

Permalink
fix: env variables
Browse files Browse the repository at this point in the history
missing 'HOST' in type IEnv
  • Loading branch information
mateusfg7 committed Jul 28, 2020
1 parent a19f6bf commit 4356d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

import * as environment from './services/defaultVariables';
import environment from './services/defaultVariables';

import './styles/effects.css';
import './styles/global.css';
Expand Down

0 comments on commit 4356d3d

Please sign in to comment.