Skip to content

Commit 65da739

Browse files
committed
fix Pill import on stories
1 parent 0f0b699 commit 65da739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Table/Table.stories.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
33
import React, { useState } from 'react';
44
import Card from 'src/Card';
55
import CheckboxButton from 'src/CheckboxButton';
6-
import Pill from 'src/Pill';
6+
import { Pill } from 'src/Pill';
77
import {
88
Table, TableBody, TableCell, TableHead, TableRow, TableSortLabel,
99
} from 'src/Table';

0 commit comments

Comments
 (0)