This commit is contained in:
smanylov
2026-02-03 17:41:36 +07:00
parent e0606c5486
commit 3d601cc154
@@ -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' }}>