diff options
Diffstat (limited to 'src/components/organisms/layout/site-footer.tsx')
| -rw-r--r-- | src/components/organisms/layout/site-footer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/organisms/layout/site-footer.tsx b/src/components/organisms/layout/site-footer.tsx index c1fe9d0..d767a4d 100644 --- a/src/components/organisms/layout/site-footer.tsx +++ b/src/components/organisms/layout/site-footer.tsx @@ -1,6 +1,6 @@ import type { FC } from 'react'; import { useIntl } from 'react-intl'; -import { Copyright, Footer, type CopyrightProps } from '../../atoms'; +import { Copyright, type CopyrightProps, Footer } from '../../atoms'; import { BackToTop, type BackToTopProps, |
