import typo
This commit is contained in:
parent
a64fb2661b
commit
f776557046
1 changed files with 2 additions and 2 deletions
|
@ -355,7 +355,7 @@ export {login, logout};
|
|||
import User from './user.js';
|
||||
export {User};
|
||||
|
||||
import Githib from './providers/github.js';
|
||||
import Github from './providers/github.js';
|
||||
export {Github};
|
||||
...
|
||||
```
|
||||
|
@ -370,7 +370,7 @@ export {login, logout} from './helpers.js';
|
|||
|
||||
export {default as User} from './user.js';
|
||||
|
||||
export {default as Githib} from './providers/github.js';
|
||||
export {default as Github} from './providers/github.js';
|
||||
...
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue