Skip to content

Commit

Permalink
example imports from the published (or npm linked) library
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuleatt committed Nov 9, 2021
1 parent 3767920 commit 073fcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import ReactDOM from 'react-dom';
// Firebase.
import firebase from 'firebase/compat/app';
import 'firebase/compat/auth';
import StyledFirebaseAuth from '../../dist/StyledFirebaseAuth';
import StyledFirebaseAuth from 'react-firebaseui/StyledFirebaseAuth';

// Styles
import styles from './app.css'; // This uses CSS modules.
Expand Down

0 comments on commit 073fcb5

Please sign in to comment.