()
| 3 | import { Welcome } from './components/Welcome'; |
| 4 | |
| 5 | export default function App() { |
| 6 | return ( |
| 7 | <div> |
| 8 | <Welcome /> |
| 9 | <CommandBar /> |
| 10 | <Toaster |
| 11 | gutter={8} |
| 12 | position="bottom-right" |
| 13 | /> |
| 14 | </div> |
| 15 | ) |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected