add tarrifs #6

Merged
frontdev merged 3 commits from tariffs into main 2026-02-04 12:16:16 +08:00
Showing only changes of commit 3d601cc154 - Show all commits
@@ -1,7 +1,5 @@
<<<<<<< HEAD
'use client' 'use client'
import { useEffect } from 'react';
import { getUserData } from '@/app/actions/action'; import { getUserData } from '@/app/actions/action';
import { useQuery } from '@tanstack/react-query'; import { useQuery } from '@tanstack/react-query';
import { convertBytes } from '@/app/lib/convertBytes'; import { convertBytes } from '@/app/lib/convertBytes';
@@ -19,9 +17,6 @@ export default function PaymentTabTariffs() {
} }
}); });
=======
export default function PaymentTabTariffs() {
>>>>>>> parent of 1e199de (edit registration)
return ( return (
<div className="tab-content"> <div className="tab-content">
<div className="billing-toggle" style={{ display: 'none' }}> <div className="billing-toggle" style={{ display: 'none' }}>