import {DateTime} from 'luxon';
import {useEffect} from 'react';

import {GothamProvider} from './GothamProvider.js';

import type {FC, ReactNode} from 'react';
import type {GothamConfiguration, GothamStatus} from './GothamProvider.js';
