Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

(examples) - Added missing useState and useEffect import. (#2090)

authored by

Luis Bizarro and committed by
GitHub
e9902a08 f0d2d166

+1 -1
+1 -1
examples/with-refresh-auth/src/App.jsx
··· 1 - import React from 'react'; 1 + import React, { useState, useEffect } from 'react'; 2 2 import { Provider } from 'urql'; 3 3 4 4 import client from './client';