Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 1483f64

Browse files
author
Айнур
committed
fix: correct paths
1 parent 9566f95 commit 1483f64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dev/global.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import styled from 'styled-components';
22
import { WolyGlobalStyles } from 'ui/woly-global-styles';
33
import { createPalette } from 'lib/palette';
4+
import { createPriority } from 'lib/priority';
45

5-
import { createPalette } from './palette';
6-
import { createPriority } from './priority';
76
import { systemUi } from './font-stacks';
87

98
export const Global = styled(WolyGlobalStyles)`

0 commit comments

Comments
 (0)