Skip to content

Commit

Permalink
Remove Link from card
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Sep 23, 2024
1 parent 9d507ca commit b13ccfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/scripts/components/common/card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { lazy, MouseEventHandler, ComponentType } from 'react';
import styled, { css } from 'styled-components';
import { format } from 'date-fns';
import { CollecticonExpandTopRight } from '@devseed-ui/collecticons';
import { Link } from 'react-router-dom';
const SmartLink = lazy(() => import('../smart-link'));
import {
glsp,
Expand Down

0 comments on commit b13ccfa

Please sign in to comment.