Skip to content

Commit

Permalink
Merge pull request #39 from Vizzuality/cms/feature/map-plugin
Browse files Browse the repository at this point in the history
Update map plugin
  • Loading branch information
barbara-chaves authored Dec 22, 2023
2 parents 3b8326d + eeebb9c commit 7991adb
Show file tree
Hide file tree
Showing 24 changed files with 981 additions and 974 deletions.
2 changes: 0 additions & 2 deletions client/src/components/map/controls/settings/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use client';

import { FC } from 'react';

import { PopoverArrow } from '@radix-ui/react-popover';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import React, { useCallback, useMemo } from 'react';

import { Root, Track, Thumb } from '@radix-ui/react-slider';
Expand Down
2 changes: 2 additions & 0 deletions client/src/components/map/legend/item/toolbar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import { useState } from 'react';

import { PopoverArrow } from '@radix-ui/react-popover';
Expand Down
1 change: 1 addition & 0 deletions client/src/components/ui/button.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use client';
import * as React from 'react';

import { Slot } from '@radix-ui/react-slot';
Expand Down
Loading

0 comments on commit 7991adb

Please sign in to comment.