Skip to content

Commit

Permalink
fix hotjar NPS stylesheet import (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes committed Nov 6, 2023
1 parent ec6fd48 commit 06e92ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import CookieConsent, { getCookieConsentValue } from 'react-cookie-consent';
import { useAuthState } from 'react-firebase-hooks/auth';
import { hotjar } from 'react-hotjar';
import { Provider } from 'react-redux';
import '../../public/hotjarNPS.css';
import Head from '../components/Head';
import Header from '../components/Header';
import Loading from '../components/Loading';
Expand All @@ -22,6 +21,7 @@ import { axiosGet } from '../shared/axios';
import isBrowser from '../shared/browserCheck';
import useWindowDimensions from '../shared/dimensions';
import { useStore } from '../store/store';
import '../styles/hotjarNPS.css';
import theme from '../styles/theme';

const Footer = dynamic(() => import('../components/Footer'), { ssr: false });
Expand Down
File renamed without changes.

0 comments on commit 06e92ae

Please sign in to comment.