diff --git a/src/components/mapCard/MapCard.tsx b/src/components/mapCard/MapCard.tsx index a70a738..1c5fb45 100644 --- a/src/components/mapCard/MapCard.tsx +++ b/src/components/mapCard/MapCard.tsx @@ -1,6 +1,6 @@ import React from 'react' import Image from 'next/image' -import { MapCardView } from './style' +import { MapCardView } from './MapCardView' interface MapCardInterface { title: string, diff --git a/src/components/mapCard/style.ts b/src/components/mapCard/MapCardView.ts similarity index 100% rename from src/components/mapCard/style.ts rename to src/components/mapCard/MapCardView.ts