Skip to content

Commit

Permalink
background
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh76 committed Feb 8, 2025
1 parent 4bec23e commit db4b0db
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/app/example/page.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import POIListView from "@/components/POICardList";

export default function Page() {
return (
<div className="p-6">
<POIListView />
</div>
);
return <div>This is an example page </div>;
}

0 comments on commit db4b0db

Please sign in to comment.