Skip to content

Commit

Permalink
Encapsulate colour schemes within the one shared component that curre…
Browse files Browse the repository at this point in the history
…ntly uses it #3229
  • Loading branch information
davidcmoulton committed May 8, 2024
1 parent fc5076a commit 7d07396
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
@@ -1,6 +1,6 @@
import * as O from 'fp-ts/Option';
import { ColourSchemes } from './colour-schemes';
import { utilityBar } from './utility-bar';
import { ColourSchemes } from '../../../../shared-components/colour-schemes';
import { HtmlFragment, toHtmlFragment } from '../../../../types/html-fragment';
import { UserDetails } from '../../../../types/user-details';

Expand Down
@@ -1,5 +1,5 @@
import * as O from 'fp-ts/Option';
import { ColourSchemes } from '../../../../shared-components/colour-schemes';
import { ColourSchemes } from './colour-schemes';
import { HtmlFragment, toHtmlFragment } from '../../../../types/html-fragment';
import { UserDetails } from '../../../../types/user-details';
import { UserHandle } from '../../../../types/user-handle';
Expand Down

0 comments on commit 7d07396

Please sign in to comment.