diff --git a/src/app/foundation/components/Header.tsx b/src/app/foundation/components/Header.tsx index 467cf99..5cdfdd0 100644 --- a/src/app/foundation/components/Header.tsx +++ b/src/app/foundation/components/Header.tsx @@ -1,6 +1,6 @@ -import { Button } from '@/app/holdings/components/Button' -import { Container } from '@/app/holdings/components/Container' -import { Logo } from '@/app/holdings/components/Logo' +import { Button } from '@/app/foundation/components/Button' +import { Container } from '@/app/foundation/components/Container' +import { Logo } from '@/app/foundation/components/Logo' export function Header() { return (