Skip to content

Commit

Permalink
fix: remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois authored Jun 11, 2024
1 parent 945772c commit 7cabb4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useMatomo } from '@jonkoops/matomo-tracker-react';
import classNames from 'classnames';
import { useState } from 'react';

import { Col, Icon, Row, Title } from '../_dsfr';
import { Col, Row, Title } from '../_dsfr';
import styles from './housing-details-card.module.scss';
import { Housing, HousingUpdate } from '../../models/Housing';
import HousingDetailsSubCardBuilding from './HousingDetailsSubCardBuilding';
Expand Down

0 comments on commit 7cabb4b

Please sign in to comment.