Skip to content

Commit

Permalink
fix: change path to prevent unit test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-golovanov committed Jan 22, 2025
1 parent 3d320f1 commit 2bec5e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styled from "styled-components";
import { Text as ADSText } from "../..";
import { Text as ADSText } from "../../Text";

export const Root = styled.div`
display: flex;
Expand Down

0 comments on commit 2bec5e8

Please sign in to comment.