Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-fidd committed Dec 28, 2024
1 parent 700c18b commit d56d051
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { Trans, useTranslation } from 'react-i18next';
import { Trans } from 'react-i18next';

import { theme } from '../../../style';
import { Text } from '../../common/Text';
Expand All @@ -17,8 +17,6 @@ export function ParsedDate({
dateFormat,
date,
}: ParsedDateProps) {
const { t } = useTranslation();

const parsed =
date &&
formatDate(
Expand Down

0 comments on commit d56d051

Please sign in to comment.