Added vehicles list base page.

This commit is contained in:
Patrick Fic
2020-02-10 09:17:59 -08:00
parent cef294b65f
commit 9d9de14cf0
10 changed files with 145 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
import { Input, Table } from "antd";
import React, { useState } from "react";
import { useTranslation } from "react-i18next";
import { alphaSort } from "../../utils/sorters";
import { Link } from "react-router-dom";
import PhoneFormatter from "../../utils/PhoneFormatter";
import { Table, Icon, Input } from "antd";
import { alphaSort } from "../../utils/sorters";
export default function OwnersListComponent({ loading, owners, refetch }) {
const [state, setState] = useState({