Skip to content

Commit

Permalink
remove comments from imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocio De Santiago authored and Rocio De Santiago committed Aug 2, 2024
1 parent 276d0ee commit 3fe79ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions services/ui-src/src/components/cards/TemplateCard.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
// components
import { Button, Flex, Heading, Image, Text, Link } from "@chakra-ui/react";
import { Card, TemplateCardAccordion } from "components";
// utils
import { useNavigate } from "react-router-dom";
import { useBreakpoint, getSignedTemplateUrl } from "utils";
import { AnyObject } from "types";
// assets
import downloadIcon from "assets/icons/icon_download.png";
import nextIcon from "assets/icons/icon_next_white.png";
import spreadsheetIcon from "assets/icons/icon_spreadsheet.png";
Expand Down
2 changes: 0 additions & 2 deletions services/ui-src/src/components/tables/Table.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { render, screen } from "@testing-library/react";
// utils
import { RouterWrappedComponent } from "utils/testing/setupJest";
//components
import { Table } from "components";
import { testA11y } from "utils/testing/commonTests";

Expand Down

0 comments on commit 3fe79ea

Please sign in to comment.