We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0b699 commit 65da739Copy full SHA for 65da739
src/Table/Table.stories.jsx
@@ -3,7 +3,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
3
import React, { useState } from 'react';
4
import Card from 'src/Card';
5
import CheckboxButton from 'src/CheckboxButton';
6
-import Pill from 'src/Pill';
+import { Pill } from 'src/Pill';
7
import {
8
Table, TableBody, TableCell, TableHead, TableRow, TableSortLabel,
9
} from 'src/Table';
0 commit comments