add copy button to tranbox

This commit is contained in:
Gabe Yuan
2023-10-26 12:24:24 +08:00
parent 0d7112187d
commit c6d3d6454f
5 changed files with 81 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { useState, useEffect } from "react";
import TranBtn from "./Tranbtn";
import TranBox from "./Tranbox";
import TranBtn from "./TranBtn";
import TranBox from "./TranBox";
import { shortcutRegister } from "../../libs/shortcut";
export default function Slection({ tranboxSetting, transApis }) {