Skip to content

Instantly share code, notes, and snippets.

@sadewole
Last active January 5, 2021 09:00
Show Gist options
  • Save sadewole/65253377e5b77031adc81c1e8db4d420 to your computer and use it in GitHub Desktop.
Save sadewole/65253377e5b77031adc81c1e8db4d420 to your computer and use it in GitHub Desktop.
imports for auto-session-timeout
import React, {
useState,
useEffect,
useCallback,
useRef,
Fragment,
} from 'react';
import moment from 'moment';
const SessionTimeout =()=> {
return <Fragment />;
};
export default SessionTimeout;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment