Skip to content

Commit

Permalink
removed unnecesary import
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarwang20 committed Sep 18, 2023
1 parent 7d39127 commit 0cd43d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Admin/AddUser/AddUser.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from 'react';
import { Card, Button, Form, Input, Select, TextArea, CardContent } from 'semantic-ui-react';
import { Card, Button, Form, Input, Select, TextArea } from 'semantic-ui-react';
import ALL_ROLES from 'common-types/constants';
import csvtojson from 'csvtojson';
import styles from './AddUser.module.css';
Expand Down

0 comments on commit 0cd43d9

Please sign in to comment.