Skip to content

Commit

Permalink
fix: update lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpastor committed Jun 26, 2023
1 parent f273767 commit befc94f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/configs/providers/consent-provider/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { PropsWithChildren, ReactElement, useMemo } from "react";
import { PropsWithChildren, ReactElement } from "react";

import { ConsentForm } from "./consent-form";
import { ConsentContextProvider } from "./consent-context-provider";
import { ConsentForm } from "./consent-form";

export const ConsentProvider = ({ children }: PropsWithChildren<unknown>): ReactElement => (
<>
Expand Down
2 changes: 1 addition & 1 deletion src/configs/providers/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import { Analytics } from '@vercel/analytics/react';
import { Analytics } from "@vercel/analytics/react";
import { PropsWithChildren, ReactElement } from "react";

import { AdProvider } from "./ad-provider";
Expand Down

1 comment on commit befc94f

@vercel
Copy link

@vercel vercel bot commented on befc94f Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.