We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f6cee commit b0e4103Copy full SHA for b0e4103
src/api/agencyList.ts
@@ -1,6 +1,6 @@
1
import { useEffect, useState } from 'react'
2
-import { BASE_PATH } from './apiConfig'
3
import moment from 'moment'
+import { BASE_PATH } from './apiConfig'
4
export interface Agency {
5
date: string // example - "2019-07-01"
6
operator_ref: number // example - 25,
0 commit comments