[openspending][xs] - change order drd
This commit is contained in:
parent
c14372f229
commit
5deddeb164
@ -22,10 +22,10 @@ const components = {
|
||||
FlatUiTable: dynamic(() =>
|
||||
import('@portaljs/components').then((mod) => mod.FlatUiTable)
|
||||
),
|
||||
Map: dynamic(() => import('@portaljs/components').then((mod) => mod.Map)),
|
||||
OpenLayers: dynamic(() =>
|
||||
import('@portaljs/components').then((mod) => mod.OpenLayers)
|
||||
),
|
||||
Map: dynamic(() => import('@portaljs/components').then((mod) => mod.Map)),
|
||||
} as any;
|
||||
|
||||
export default function DRD({ source }: { source: any }) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user