grpctestify 1.8.6

gRPC testing utility written in Rust
Documentation
1
2
3
4
5
import { PlayLayout } from './components/layout/PlayLayout';

export default function App() {
  return <PlayLayout />;
}