RefreshToken.astro 177 Bytes Raw Blame History Permalink 1 2 3 4 5 --- import ReduxIsland from './ReduxIsland.astro' import RefreshToken from './RefreshToken.jsx' --- <ReduxIsland>{props => <RefreshToken client:load {...props}/>}</ReduxIsland>