updated forms along with addg tabs
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { GB } from "country-flag-icons/react/3x2";
|
||||
import { formatNumberPlate } from "../../utils/utils";
|
||||
import type { Sighting } from "../../types/types";
|
||||
import type { SightingType } from "../../types/types";
|
||||
|
||||
type NumberPlateProps = {
|
||||
sighting: Sighting;
|
||||
sighting: SightingType;
|
||||
};
|
||||
|
||||
const NumberPlate = ({ sighting }: NumberPlateProps) => {
|
||||
|
||||
Reference in New Issue
Block a user