Skip to content

Commit

Permalink
rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceyan committed Nov 13, 2023
1 parent 9007144 commit e792889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import styled from "@emotion/styled";
import { CommonThemeProps, TagFilter } from "@czi-sds/components";

import { gray300, spacesM, spacesS, spacesXs } from "src/common/theme";
import { gray300, spacesM, spacesS } from "src/common/theme";
import { HEADER_HEIGHT_PX } from "src/components/Header/style";
import {
CONTENT_WRAPPER_LEFT_RIGHT_PADDING_PX,
Expand Down

0 comments on commit e792889

Please sign in to comment.