Skip to content

Commit

Permalink
Fix forgotten import
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jun 2, 2020
1 parent bfd98eb commit 2119b06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/pageLayouts/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import useUserSession, { UserSession } from '../../hooks/useUserSession';
import customerContext, { CustomerContext } from '../../stores/customerContext';
import { i18nRedirect } from '../../utils/app/router';
import { SIZE_XS } from '../../utils/assets/logo';
import { getValueFallback } from '../../utils/data/record';
import { LANG_FR } from '../../utils/i18n/i18n';
import GraphCMSAsset from '../assets/GraphCMSAsset';
import Logo from '../assets/Logo';
Expand Down

0 comments on commit 2119b06

Please sign in to comment.