privateRoutes
๐ง ๐ง ๐ง Array of private routes. These are only accessible when the user is authenticated.
const privateRoutes = ['/control-panel', '/sales', '/user/[id]']
๐ง ๐ง ๐ง Array of private routes. These are only accessible when the user is authenticated.
const privateRoutes = ['/control-panel', '/sales', '/user/[id]']