Skip to content

Commit

Permalink
Change import ordering in category container
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardLinS committed May 27, 2024
1 parent a3dbca8 commit 81dce80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import React, { useState } from "react";

import TrashIcon from "../icons/trash.svg";
import EditIcon from "../icons/edit.svg";
import TrashIcon from "../icons/trash.svg";

import DeleteConfirmationPopup from "./DeletePopup";

Expand Down

0 comments on commit 81dce80

Please sign in to comment.