Skip to content

Commit

Permalink
fix: updated storageContext.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AssahBismarkabah committed Mar 11, 2024
1 parent 4f189c2 commit 2faa9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion power-pay-frontend/src/hooks/StorageContext.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { createContext, PropsWithChildren, useContext, useEffect, useState } from 'react';
import { createContext, PropsWithChildren, useContext, useEffect, useState } from 'react';

// Define the interface for the StorageContext that holds two methods: getItem and setItem.
interface StorageContextData<T> {
Expand Down

0 comments on commit 2faa9bb

Please sign in to comment.