Skip to content

Commit

Permalink
correct an import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutoshbind15 committed Oct 17, 2024
1 parent 1228318 commit e83e040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/maps/review/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import { Map } from "@/app/map";
import { Map } from "@/components/Map";
import { Button } from "@/components/ui/button";
import {
Card,
Expand Down

0 comments on commit e83e040

Please sign in to comment.