Skip to content

Commit

Permalink
chore(Select): remove v10 stories and replace with /next (#11527)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
dakahn and kodiakhq[bot] authored Jun 3, 2022
1 parent 2550fe3 commit 9125a3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 179 deletions.
175 changes: 0 additions & 175 deletions packages/react/src/components/Select/Select-story.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
*/

import React from 'react';
import { default as Select, SelectSkeleton } from '../';
import SelectItem from '../../SelectItem';
import SelectItemGroup from '../../SelectItemGroup';
import { Layer } from '../../Layer';
import { default as Select, SelectSkeleton } from '../Select';
import SelectItem from '../SelectItem';
import SelectItemGroup from '../SelectItemGroup';
import { Layer } from '../Layer';

export default {
title: 'Components/Select',
Expand Down

0 comments on commit 9125a3e

Please sign in to comment.