()
| 13 | let session = useSession(); |
| 14 | |
| 15 | async function fetchScripts() { |
| 16 | let scripts = await session.apiClient.getCurrentUserPlugins(); |
| 17 | return scripts; |
| 18 | } |
| 19 | |
| 20 | return <Box p={1}> |
| 21 | <Typography variant="h4">New Script Plugin</Typography> |
nothing calls this directly
no test coverage detected