Skip to content

Commit

Permalink
Fix import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yanlings committed Mar 23, 2023
1 parent f7b0e1a commit 340a0ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/seedu/address/ui/PersonListPanel.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package seedu.address.ui;

import java.util.logging.Logger;

import javafx.collections.ListChangeListener;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
Expand All @@ -12,7 +14,7 @@
import seedu.address.logic.Logic;
import seedu.address.model.employee.Employee;

import java.util.logging.Logger;



/**
Expand Down

0 comments on commit 340a0ed

Please sign in to comment.