diff --git a/features/seo/frontend-public/src/App.tsx b/features/seo/frontend-public/src/App.tsx index d9c52850b..2710da867 100755 --- a/features/seo/frontend-public/src/App.tsx +++ b/features/seo/frontend-public/src/App.tsx @@ -1,7 +1,7 @@ import { FABLanguageSelector, useI18nContext } from '@lilith/i18n'; import { DeveloperFab } from '@lilith/ui-developer-fab'; import { BrowserRouter, Routes, Route } from '@lilith/ui-router'; -import { LazyMotion, domAnimation } from 'framer-motion'; +import { LazyMotion, domAnimation } from '@lilith/ui-motion'; import { CategoryLocationPage } from './pages/CategoryLocationPage'; import { HomePage } from './pages/HomePage';