Fix uppercase implementation

This commit is contained in:
Mathias Biilmann Christensen 2016-06-21 20:24:52 -07:00
parent 8397a619eb
commit b57e61440d

View File

@ -1,5 +1,5 @@
import TestRepoBackend from './test-repo/Implementation';
import GitHubBackend from './github/Implementation';
import TestRepoBackend from './test-repo/implementation';
import GitHubBackend from './github/implementation';
import { resolveFormat } from '../formats/formats';
class LocalStorageAuthStore {