account/sender UI

This commit is contained in:
2025-05-21 17:36:10 +03:00
parent c6c405f232
commit 5ad12c34cd
10 changed files with 705 additions and 295 deletions

View File

@@ -1,20 +1,7 @@
import React from 'react'
import { cookies } from 'next/headers'
import { headers } from 'next/headers'
interface Route {
id: string
from_city_name: string
to_city_name: string
from_country_name: string
to_country_name: string
formatted_departure: string
formatted_arrival: string
formatted_cargo_type: string
formatted_transport: string
comment?: string
owner_type: string
}
import { Route } from '@/app/types'
async function getRoutes() {
const cookieStore = await cookies()