Fix uppercase implementation

This commit is contained in:
Mathias Biilmann Christensen 2016-06-21 20:24:52 -07:00 committed by Cássio Zen
parent f5509c7808
commit 5f0ec91015

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 {