Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Sep 15, 2024
1 parent 6d214c9 commit acb9bc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions react-front/src/pages/home/RepositoryInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ import {
PuzzlePieceIcon,
StarIcon,
} from "@heroicons/react/24/solid";
import {PageFieldType} from "../../types/CmsPageType";
import {GetElementValue} from "../../lib/page";
import {PageFieldType} from "../../types/CmsPageType";

type RepositoryComponentProps = {
page_fields: PageFieldType[]
}

const RepositoryInformation = (props: RepositoryComponentProps) => {
console.log(props)
return (
<>
<hr />
Expand Down

0 comments on commit acb9bc2

Please sign in to comment.