john-d-pelingo/react-twitch-streamers

View on GitHub
src/constants/routes.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const GAME = '/game'
export const OFFLINE = '/offline'
export const ONLINE = '/online'
export const ROOT = '/'
export const STREAMS = '/streams'