Skip to content

Commit e8efcac

Browse files
authored
Updating named imports (#633)
1 parent 946ae31 commit e8efcac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/FileUpload/FileUpload.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React, { useEffect } from "react";
2-
import styled, { css } from "styled-components";
2+
import styled from "styled-components";
3+
import { css } from "styled-components";
34
import { useState, useRef, useCallback } from "react";
45

56
import { truncateFilename } from "@/utils/truncate.ts";

src/stories/chartColors.stories.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Container, Text } from "@/components";
2-
import styled, { useTheme } from "styled-components";
2+
import styled from "styled-components";
3+
import { useTheme } from "styled-components";
34

45
const ColorBox = styled(Container)<{
56
$color: string;

0 commit comments

Comments
 (0)