Skip to content

Commit

Permalink
chore: remove WhatsNextCard from storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinamenezes committed Jan 12, 2024
1 parent b6f9d24 commit 6bc1d96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
52 changes: 0 additions & 52 deletions src/components/whats-next-card/WhatsNextCard.stories.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/whats-next-card/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import { Box, Flex, IconCaret, Text, Link } from '@vtex/brand-ui'
import styles from './styles'
import Image from 'next/image'
import Image from 'next/image.js'

export type WhatsNextDataElement = {
title: string
Expand Down

0 comments on commit 6bc1d96

Please sign in to comment.