import React from 'react'; export function <%- elementName %>() { return ( <>
Hello, I'm one of the panels in your bundle! I'm where you put your controls.
To edit me, open "src/dashboard/<%- elementName %>.tsx" in your favorite text editor or IDE.
You can use any libraries, frameworks, and tools you want. The only limit of panels is that they cannot render outside of their <iframe>'s bounding box.
Visit https://nodecg.dev for full documentation.
You've got this!
> ) }