Skip to content

Commit

Permalink
update useIdentity import (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkim93 authored Nov 21, 2023
1 parent 945fbe3 commit 23c98c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions blocks/subscriptions-block/components/usePaywall.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { useEffect, useState } from "react";
import { useFusionContext } from "fusion:context";
import getProperties from "fusion:properties";

import { useIdentity } from "@wpmedia/identity-block";
import { isServerSide } from "@wpmedia/arc-themes-components";
import { isServerSide, useIdentity } from "@wpmedia/arc-themes-components";

const usePaywall = () => {
const { arcSite, globalContent } = useFusionContext();
Expand Down

0 comments on commit 23c98c4

Please sign in to comment.