Skip to content

Commit

Permalink
ar(feat) [DPCP-40]: Parse Services.
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 25, 2024
1 parent 0ff7d99 commit d16f94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/atoms/05_SystemIcon/SystemIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @atoms/SystemIcon.tsx
import { useMemo } from 'react';
import clsx from 'clsx';
import { DreamPipColors } from '../../../dist/esm/tailwind.config.ts';
import { DreamPipColors } from '../../../tailwind.config.ts';
import * as Icons from './assets';

type Theme = 'light' | 'dark';
Expand Down
2 changes: 1 addition & 1 deletion src/molecules/04_Map/MapView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Button, ButtonVariant, EButtonTheme } from '../../atoms/01_Button';
import { Typography } from '../../atoms/02_Typography';
import { Link } from '../../atoms/03_Link';
import { SystemIcon, ESystemIcon } from '../../atoms/05_SystemIcon';
import { DreamPipColors } from '../../../dist/esm/tailwind.config.ts';
import { DreamPipColors } from '../../../tailwind.config.ts';

import 'mapbox-gl';
import 'mapbox-gl/dist/mapbox-gl.css';
Expand Down

0 comments on commit d16f94d

Please sign in to comment.