mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
Set up ProxyFrame.tsx for later use
This commit is contained in:
parent
8a26062442
commit
83f1083d75
2 changed files with 9 additions and 0 deletions
7
src/ProxyFrame.tsx
Normal file
7
src/ProxyFrame.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
export function ProxyFrame(props: { id: string }) {
|
||||
return (
|
||||
<div>
|
||||
<h1>{props.id}</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue