Skip to content

Commit

Permalink
🐛 Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Apr 25, 2024
1 parent f09b374 commit b1c05d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/foundation/components/Header.tsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit b1c05d2

Please sign in to comment.