View Sourceimport { GlobalStyles } from 'components'

GlobalStyles

The GlobalStyles component is used for styles that are global to the entire application. This should be added to the root component at the highest level in your React tree.

Props

GlobalStyles

View Source