Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Mar 16, 2023
1 parent 750e42f commit 2481105
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import * as Yup from 'yup';
import { Details, detailsValidationSchema } from '../_common';
import { Builder, Context, Destination } from './';
import styles from './ImageBuildTask.module.scss';
import { TaskFormProps } from '../Task';

type ImageBuildTaskProps = {
onSubmit: (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import React from 'react';
// import { Button, Input } from 'reactstrap';
// import { FieldArray } from 'formik';
// import { Icon, FieldWrapper } from 'tapis-ui/_common';
Expand Down

0 comments on commit 2481105

Please sign in to comment.