[Refactor] Remove the file and code that is no longer in use.

This commit is contained in:
Sakamoto Shiina
2025-04-17 00:11:50 +09:00
parent 4c12e8b946
commit ee4bbf772f
4 changed files with 4 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
import React, { useEffect } from "react";
import { useEffect } from "react";
import { usePlugins } from "@logics_configs";
export const LoadPluginsController = ({ pluginsControllerHasRunRef }) => {