Skip to content

Commit b1fff6a

Browse files
aileenvlavivkeller
andauthored
Update apps/site/components/Common/Searchbox/Search.tsx
Co-authored-by: Aviv Keller <[email protected]> Signed-off-by: Aileen Villanueva Lecuona <[email protected]>
1 parent 3d582dd commit b1fff6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/site/components/Common/Searchbox/Search.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import classNames from 'classnames';
1818
import Image from 'next/image';
1919
import Link from 'next/link';
2020
import { useLocale, useTranslations } from 'next-intl';
21-
import { type FC, type PropsWithChildren } from 'react';
21+
import type { FC, PropsWithChildren } from 'react';
2222

2323
import styles from './search.module.css';
2424
import { getFormattedPath } from './utils';

0 commit comments

Comments
 (0)