From 8276c23d85f88c7ead216662f6d2ec85abc78db3 Mon Sep 17 00:00:00 2001 From: gaudyb <85708998+gaudyb@users.noreply.github.com> Date: Thu, 11 Apr 2024 19:14:30 +0000 Subject: [PATCH] fix error --- packages/components/src/Footer/Footer.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/Footer/Footer.stories.tsx b/packages/components/src/Footer/Footer.stories.tsx index 52b35890..c568c73f 100644 --- a/packages/components/src/Footer/Footer.stories.tsx +++ b/packages/components/src/Footer/Footer.stories.tsx @@ -1,4 +1,3 @@ -import { useMicrosoftConsentBanner } from './../../../hooks/src/useMicrosoftConsentBanner.js' /*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. @@ -6,6 +5,7 @@ import { useMicrosoftConsentBanner } from './../../../hooks/src/useMicrosoftCons import { Footer } from './Footer.js' import type { FooterProps } from './Footer.types.js' import { useTheme } from '@fluentui/react' +import { useMicrosoftConsentBanner } from './../../../hooks/src/useMicrosoftConsentBanner.js' const meta = { title: '@essex:components/Footer',