Skip to content

Commit

Permalink
removing breaking alias
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwaltosssw committed Jun 17, 2024
1 parent c22b58e commit db93dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/blocks/upcomingEvents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useEffect, useState } from "react";
import type { Template } from "tinacms";
import { tinaField } from "tinacms/dist/react";

import { useFormatDates } from "@/hooks/useFormatDates";
import { useFormatDates } from "../../hooks/useFormatDates";
import { CustomLink } from "../customLink";
import { EventsRelativeBox } from "../events/eventsRelativeBox";
import client from "@/tina/client";
Expand Down
2 changes: 1 addition & 1 deletion components/filter/events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { Event, WithContext } from "schema-dts";
import { TinaMarkdown, TinaMarkdownContent } from "tinacms/dist/rich-text";

import { useEvents } from "@/hooks/useEvents";
import { useFormatDates } from "@/hooks/useFormatDates";
import { useFormatDates } from "../../hooks/useFormatDates";
import { UtilityButton } from "../blocks";
import { componentRenderer } from "../blocks/mdxComponentRenderer";
import { CustomLink } from "../customLink";
Expand Down

0 comments on commit db93dc5

Please sign in to comment.