Skip to content

Commit

Permalink
import css for 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
danfooks committed Mar 6, 2024
1 parent 2f486f9 commit 7bb3a53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdg-component-library",
"version": "0.2.11",
"version": "0.2.12",
"files": [
"dist",
"assets",
Expand Down
2 changes: 2 additions & 0 deletions src/demos/NcaabDemoApp/Matchups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import {
} from "firebase/auth";
import { useAuthState } from 'react-firebase-hooks/auth';
import { useOnceProcessor } from '../../logic/processing/react/reactProcessor';
import 'react-datepicker/dist/react-datepicker.css';

// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries

Expand Down

0 comments on commit 7bb3a53

Please sign in to comment.