EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
TabScriptIse.jsx
Go to the documentation of this file.
1import React from "react";
2
3export default function TabScriptIse({ agentId }) {
4 return (
5 <div>
6 <h2>Script Editor</h2>
7 <p>Edit scripts for agent: {agentId}</p>
8 </div>
9 );
10}