[Chore] replace all React-feather icons with phosphor icons fully (#349)

replace all React-feather icons with phosphor icons fully
remove package-lock.json files - yarn only
This commit is contained in:
Timothy Carambat
2023-11-09 08:55:20 -08:00
committed by GitHub
parent 458ffed0c7
commit 1ec774ab2e
27 changed files with 48 additions and 15806 deletions

View File

@@ -1,5 +1,5 @@
import React, { useState } from "react";
import { X } from "react-feather";
import { X } from "@phosphor-icons/react";
import Admin from "../../../../../models/admin";
export const EditUserModalId = (user) => `edit-user-${user.id}-modal`;