Files
AdPlatform-Client/Client-TestApi/src/components/ResponsePanel.jsx
2026-02-03 15:45:39 -08:00

9 lines
160 B
JavaScript

import React from 'react';
export default function ResponsePanel() {
return (
<pre id="response-panel">
Response will appear here
</pre>
);
}