Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
gaudyb committed Apr 11, 2024
1 parent 48d16d9 commit 8276c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Footer/Footer.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { useMicrosoftConsentBanner } from './../../../hooks/src/useMicrosoftConsentBanner.js'
/*!
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project.
*/
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',
Expand Down

0 comments on commit 8276c23

Please sign in to comment.