rename component
This commit is contained in:
parent
3c48852f1e
commit
cc0a6e3a5e
@ -6,7 +6,7 @@ import Faq from "./pages/Faq/Faq";
|
||||
import Wallet from "./pages/Wallet";
|
||||
import Payment from "./pages/Payment/Payment";
|
||||
import Support from "./pages/Support/Support";
|
||||
import AccountSetup from "./pages/AccountSetup/AccountSetup";
|
||||
import AccountSettings from "./pages/AccountSetup/AccountSettings";
|
||||
import Landing from "./pages/Landing/Landing";
|
||||
import Tariffs from "./pages/Tariffs/Tariffs";
|
||||
import SigninDialog from "./pages/auth/Signin";
|
||||
@ -69,7 +69,7 @@ const App = () => {
|
||||
<Route element={<PrivateRoute />}>
|
||||
<Route path="/wallet" element={<Wallet />} />
|
||||
<Route path="/payment" element={<Payment />} />
|
||||
<Route path="/settings" element={<AccountSetup />} />
|
||||
<Route path="/settings" element={<AccountSettings />} />
|
||||
<Route path="/paymenthistory" element={<PaymentHistory />} />
|
||||
</Route>
|
||||
</Route>
|
||||
|
@ -12,7 +12,7 @@ import EyeIcon from "@root/components/icons/EyeIcon";
|
||||
import { cardShadow } from "@root/utils/themes/shadow";
|
||||
|
||||
|
||||
export default function AccountSetup() {
|
||||
export default function AccountSettings() {
|
||||
const theme = useTheme();
|
||||
const upMd = useMediaQuery(theme.breakpoints.up("md"));
|
||||
const upSm = useMediaQuery(theme.breakpoints.up("sm"));
|
Loading…
Reference in New Issue
Block a user