Skip to content

Commit

Permalink
Removed unused useMemo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez committed Oct 31, 2023
1 parent 3363916 commit f627baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/src/api/usePersistedQueries.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ accordance with the terms of the Adobe license agreement accompanying
it.
*/

import { useEffect, useState, useMemo } from "react";
import { useEffect, useState } from "react";
import aemHeadlessClient from "./aemHeadlessClient";

/**
Expand Down

0 comments on commit f627baf

Please sign in to comment.