mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-22 07:29:16 +00:00
5 lines
No EOL
99 B
JavaScript
5 lines
No EOL
99 B
JavaScript
import React from 'react';
|
|
|
|
const AuthContext = React.createContext();
|
|
|
|
export default AuthContext; |