feat: move plan upgrade to its page

This commit is contained in:
Ali BARIN
2023-03-19 22:22:11 +00:00
committed by Faruk AYDIN
parent 189432c228
commit 40862fcd01
7 changed files with 83 additions and 19 deletions

View File

@@ -35,10 +35,6 @@ function BillingAndUsageSettings() {
<Grid item xs={12} sx={{ mb: 6 }}>
<UsageDataInformation />
</Grid>
<Grid item xs={12} sx={{ mb: 6 }}>
<UpgradeFreeTrial />
</Grid>
</Grid>
</Container>
);