()
| 43 | ]; |
| 44 | |
| 45 | function App() { |
| 46 | let [selected, setSelection] = useState(false); |
| 47 | enableTableNestedRows(); |
| 48 | |
| 49 | return ( |
| 50 | <Provider theme={defaultTheme} colorScheme={selected ? 'light' : 'dark'} height="100%"> |
| 51 | <div className="content-padding"> |
| 52 | <Lighting selected={selected} switch={setSelection} /> |
| 53 | <TagGroup aria-label="Static TagGroup items example"> |
nothing calls this directly
no test coverage detected