Skip to content

Commit

Permalink
fix(store-ui): remove component from slider story
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonlaurentino committed Aug 24, 2021
1 parent 8a1f4ef commit 821c9c0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Story, Meta } from '@storybook/react'
import type { Meta, Story } from '@storybook/react'
import React from 'react'

import type { ComponentArgTypes } from '../../../typings/utils'
Expand Down Expand Up @@ -27,7 +27,6 @@ const argTypes: ComponentArgTypes<SliderProps> = {

export default {
title: 'Atoms/Slider',
component: Slider,
argTypes,
parameters: {
docs: {
Expand Down

0 comments on commit 821c9c0

Please sign in to comment.