Fix import paths

environments/review-theme-edit-1forjd/deployments/1766
Alex Gleason 2 years ago
parent 48bd830349
commit 62accd5559
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -1,6 +1,6 @@
import React from 'react';
import ColorWithPicker from 'soapbox/features/soapbox_config/components/color-with-picker';
import ColorWithPicker from 'soapbox/features/soapbox-config/components/color-with-picker';
import type { ColorChangeHandler } from 'react-color';

@ -1,7 +1,7 @@
import React from 'react';
import compareId from 'soapbox/compare_id';
import { HStack } from 'soapbox/components/ui';
import { compareId } from 'soapbox/utils/comparators';
import Color from './color';

Loading…
Cancel
Save