Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 06781511 authored by inez nabila's avatar inez nabila
Browse files

[GREEN] added edit page

parent b315ed6a
No related branches found
No related tags found
Loading
Pipeline #58397 passed
import React, { useState } from "react"; import React from "react";
import useFetchSingleData from "../../utils/useFetchSingleData"; import useFetchSingleData from "../../utils/useFetchSingleData";
import { css } from "@emotion/core"; import { css } from "@emotion/core";
import ArrowBackIcon from "@material-ui/icons/ArrowBack"; import ArrowBackIcon from "@material-ui/icons/ArrowBack";
import { navigate } from "@reach/router"; import { navigate } from "@reach/router";
import { stringToCurrency, stringToDateNoTime } from "../../component/TableUtils"; import { stringToCurrency, stringToDateNoTime } from "../../component/TableUtils";
import { ButtonRed, ButtonSubmit, ErrorDiv } from "../../component/html/html"; import { ErrorDiv } from "../../component/html/html";
import LinkYellow from "../../component/LinkYellow"; import LinkYellow from "../../component/LinkYellow";
const DetailBatch = ({ batchId }) => { const DetailBatch = ({ batchId }) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment