Skip to content

Commit

Permalink
fix(GoalCriteria): drop unsed code
Browse files Browse the repository at this point in the history
  • Loading branch information
LamaEats authored and 9teen90nine committed Jul 6, 2023
1 parent 5414c11 commit 26a64cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GoalCriteria/GoalCriteria.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useCallback, useMemo, memo } from 'react';
import styled, { css } from 'styled-components';
import { Text, CircleIcon, TickCircleIcon, MessageTickIcon, GoalIcon, nullable, CleanButton } from '@taskany/bricks';
import { State } from '@prisma/client';
import { backgroundColor, brandColor, gray10, gray6, gray7, gray9, gray8, textColor } from '@taskany/colors';
import { backgroundColor, brandColor, gray10, gray6, gray9, gray8, textColor } from '@taskany/colors';
import NextLink from 'next/link';

import { AddCriteriaScheme, RemoveCriteriaScheme, UpdateCriteriaScheme } from '../../schema/criteria';
Expand Down

0 comments on commit 26a64cb

Please sign in to comment.