()
| 4 | import ToolInstructions from "@/components/ToolInstructions"; |
| 5 | |
| 6 | export default function Home() { |
| 7 | return ( |
| 8 | <> |
| 9 | <ToolSettingsSidebar /> |
| 10 | <CanvasComponent /> |
| 11 | <FloatingToolbar /> |
| 12 | <ToolInstructions /> |
| 13 | </> |
| 14 | ); |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected