From 7d7a327561d8850e62b9459c8471375de2ea9543 Mon Sep 17 00:00:00 2001
From: aJesusCode
Date: Thu, 26 Oct 2023 13:22:29 +0200
Subject: [PATCH] bug: removedtide ontainer from info
---
src/app/info/page.tsx | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/app/info/page.tsx b/src/app/info/page.tsx
index 6d96060..133e032 100644
--- a/src/app/info/page.tsx
+++ b/src/app/info/page.tsx
@@ -2,7 +2,6 @@ import React from "react";
import pintxosData from "@/app/constants/pintxosData";
import Image from "next/image";
import Link from "next/link";
-import TideContainer from "../components/atom/TideContainer";
const Info = () => {
return (
@@ -23,7 +22,6 @@ const Info = () => {
There are six surf conditions with corresponding pintxo name and
brand color. You can learn them below.
-
{pintxosData.map((item, index) => (