refactor: update camera settings route and improve error/loading messages in components by increasing swipe size
This commit is contained in:
@@ -17,7 +17,7 @@ function App() {
|
||||
<Routes>
|
||||
<Route path="/" element={<Container />}>
|
||||
<Route index element={<Dashboard />} />
|
||||
<Route path="front-camera-settings" element={<FrontCamera />} />
|
||||
<Route path="camera-settings" element={<FrontCamera />} />
|
||||
<Route path="rear-camera-settings" element={<RearCamera />} />
|
||||
<Route path="system-settings" element={<SystemSettings />} />
|
||||
<Route path="session-settings" element={<Session />} />
|
||||
|
||||
Reference in New Issue
Block a user