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 26, 2021
1 parent da6fe22 commit 5f8ca31
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 5f8ca31

Please sign in to comment.