index.tsx 166 B

1234567
  1. export const Calling = () => {
  2. return (
  3. <div className="relative flex h-full flex-col">
  4. <div>test calling routes with new window</div>
  5. </div>
  6. );
  7. };