()
| 14 | export const Header = ({s}: StoreProp) => { |
| 15 | const position = useValue(POSITION_VALUE, s) ?? 1; |
| 16 | const handleClick = () => open('https://tinybase.org', '_blank'); |
| 17 | const handleClose = useSetValueCallback(OPEN_VALUE, () => false, [], s); |
| 18 | const handleDock = useSetValueCallback( |
| 19 | POSITION_VALUE, |
no outgoing calls
no test coverage detected
searching dependent graphs…