account/sender UI
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user