mirror of
https://github.com/OpenListTeam/OpenList-Frontend.git
synced 2026-03-13 11:20:24 +00:00
10 lines
198 B
TypeScript
10 lines
198 B
TypeScript
import { useManageTitle } from "~/hooks"
|
|
import { TypeTasks } from "./Tasks"
|
|
|
|
const Copy = () => {
|
|
useManageTitle("manage.sidemenu.copy")
|
|
return <TypeTasks type="copy" />
|
|
}
|
|
|
|
export default Copy
|