Skip to content

Commit

Permalink
removing unused reducer import
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Oct 31, 2024
1 parent 65bb39e commit 5ab3ed2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions components/filter/events.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
"use client";
import { Tab, Transition } from "@headlessui/react";
import Image from "next/image";
import React, {
Fragment,
useEffect,
useMemo,
useReducer,
useState,
} from "react";
import React, { Fragment, useEffect, useMemo, useState } from "react";
import { FaSpinner } from "react-icons/fa";
import type { Event, WithContext } from "schema-dts";
import { TinaMarkdown, TinaMarkdownContent } from "tinacms/dist/rich-text";
Expand Down

0 comments on commit 5ab3ed2

Please sign in to comment.