Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
fix(boilerplate): Import AppConfig in App/Config/index.js (#257 by @b…
Browse files Browse the repository at this point in the history
  • Loading branch information
bencergazda authored and jamonholmgren committed May 5, 2019
1 parent 70ae27a commit 28a0da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boilerplate/App/Config/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import DebugConfig from './DebugConfig'
import AppConfig from './AppConfig' // eslint-disable-line no-unused-vars

if (__DEV__) {
// If ReactNative's yellow box warnings are too much, it is possible to turn
Expand Down

0 comments on commit 28a0da4

Please sign in to comment.