Skip to content

Commit

Permalink
refactor: import with absolute path
Browse files Browse the repository at this point in the history
Co-authored-by: Mikael Brevik <mikaelbre@gmail.com>
  • Loading branch information
mortennordseth and mikaelbr authored Oct 3, 2023
1 parent dcce81e commit a6c4eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map/map-header.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import style from './map.module.css';

import { ButtonLink } from '../button';
import { ButtonLink } from '@atb/components/button';
import { ComponentText, useTranslation } from '@atb/translations';
import VenueIcon, { FeatureCategory } from '../venue-icon';
import { MonoIcon } from '@atb/assets/mono-icon';
Expand Down

0 comments on commit a6c4eeb

Please sign in to comment.