Skip to content

Commit 851769a

Browse files
fix css path
1 parent 383a5d7 commit 851769a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import firebase from 'firebase/app';
1919
import 'firebase/auth';
2020
import { FirebaseAuth } from 'react-firebaseui';
2121
import styles from './app.css'; // This uses CSS modules.
22-
import './firebaseui-styling.global.css'; // Import globally.
22+
import './firebaseui-overrides.global.css'; // Import globally.
2323

2424
// Get the Firebase config from the auto generated file.
2525
const firebaseConfig = require('./firebase-config.json').result;

0 commit comments

Comments
 (0)