Skip to content

Commit

Permalink
Removing the React import that caused the front end to failed
Browse files Browse the repository at this point in the history
  • Loading branch information
SovannarithHayGH committed Sep 1, 2024
1 parent e2506b0 commit 3dec0e2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/forms/add-board-form.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import { useState } from 'react';
import Modal from '../modal/Modal';

type AddBoardFormProps = {
Expand Down
58 changes: 0 additions & 58 deletions frontend/src/components/forms/edit-board-form.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions frontend/src/components/modal/Modal.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

type ModalProps = {
isOpen: boolean;
onClose: () => void;
Expand Down

0 comments on commit 3dec0e2

Please sign in to comment.