Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
fix(boilerplate): Remove double slash typo on setup-root-store.ts (#160
Browse files Browse the repository at this point in the history
… by @dashracer)
  • Loading branch information
addingama authored and jamonholmgren committed Mar 17, 2019
1 parent 5663289 commit 941a1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate/app/models/root-store/setup-root-store.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { onSnapshot } from "mobx-state-tree"
import { RootStoreModel, RootStore } from "./root-store"
import { Environment } from "../environment"
import * as storage from "../..//utils/storage"
import * as storage from "../../utils/storage"
import { Reactotron } from "../../services/reactotron"
import { Api } from "../../services/api"

Expand Down

0 comments on commit 941a1fe

Please sign in to comment.