пва
This commit is contained in:
@@ -7,6 +7,7 @@ import * as maplibregl from 'maplibre-gl'
|
||||
import Map, { Marker } from 'react-map-gl/maplibre'
|
||||
import { STORE_EMAIL, STORE_PHONE, VK_URL } from '@/shared/config'
|
||||
import { PICKUP_ADDRESS_FULL, PICKUP_COORDINATES } from '@/shared/constants/pickup-point'
|
||||
import { usePageTitle } from '@/shared/lib/use-page-title'
|
||||
|
||||
const rasterStyle = {
|
||||
version: 8 as const,
|
||||
@@ -22,6 +23,7 @@ const rasterStyle = {
|
||||
}
|
||||
|
||||
export function AboutPage() {
|
||||
usePageTitle('О нас')
|
||||
const { lat, lng } = PICKUP_COORDINATES
|
||||
return (
|
||||
<Box>
|
||||
|
||||
Reference in New Issue
Block a user