Skip to content

Commit

Permalink
fix: removing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Viraj-10 committed Oct 11, 2022
1 parent e2a05f1 commit 44fb2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getStyledFromProps.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { propConfig } from '../theme/styled-system';
import { hasValidBreakpointFormat } from '../theme/tools';
import { getRNKeyAndStyleValue } from './getRNKeyAndStyleValue';
import type { ITheme } from '../theme/';
import type { ITheme } from '../theme';
/**
* Common Logic Sharing between useSx and useStyledSytem
* @param styledSystemProps
Expand Down

0 comments on commit 44fb2f3

Please sign in to comment.