Fix import paths
This commit is contained in:
parent
48bd830349
commit
62accd5559
|
@ -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…
Reference in New Issue