Skip to content

Commit

Permalink
removing unused tina component
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Oct 3, 2024
1 parent 95e5507 commit 6ed4296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/page-content.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Blocks } from "@/components/blocks-renderer";

import { componentRenderer } from "@/components/blocks/mdxComponentRenderer";
import { Container } from "@/components/util/container";
import { Section } from "@/components/util/section";
Expand Down
2 changes: 1 addition & 1 deletion components/blocks/serviceCards.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { tinaField, useEditState } from "tinacms/dist/react";
import { tinaField } from "tinacms/dist/react";

const Image = dynamic(() => import("next/image"), { ssr: false });

Expand Down

0 comments on commit 6ed4296

Please sign in to comment.