Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 1f27652

Browse files
removed unused vars
1 parent 13b52fc commit 1f27652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/pages/ApplicationsView/ApplicationSteps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState, useEffect } from 'react';
1+
import React, { useState } from 'react';
22
import { makeStyles } from '@material-ui/core/styles';
33
import Stepper from '@material-ui/core/Stepper';
44
import Step from '@material-ui/core/Step';

0 commit comments

Comments
 (0)