File size: 178 Bytes
1e92f2d |
1 2 3 4 5 |
import 'calypso/state/concierge/init';
import type { AppState } from 'calypso/types';
export default ( state: AppState ): number[] => state?.concierge?.availableSessions || [];
|
1e92f2d |
1 2 3 4 5 |
import 'calypso/state/concierge/init';
import type { AppState } from 'calypso/types';
export default ( state: AppState ): number[] => state?.concierge?.availableSessions || [];
|