Skip to content

Commit

Permalink
fix(components): import named styled instead of default fixing warning (
Browse files Browse the repository at this point in the history
  • Loading branch information
rssilva authored Nov 11, 2024
1 parent bd33d20 commit dbdcd14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/components/List/OrderedList.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import styled from "@xstyled/styled-components";
import { styled } from "@xstyled/styled-components";
import React from "react";
import { Box, BoxProps } from "../../primitives/Box";

Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/List/UnorderedList.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import styled from "@xstyled/styled-components";
import { styled } from "@xstyled/styled-components";
import React from "react";
import { Box, BoxProps } from "../../primitives/Box";

Expand Down

0 comments on commit dbdcd14

Please sign in to comment.