Skip to content

Commit

Permalink
docs(keyboard-key): import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krisantrobus committed Nov 18, 2024
1 parent 086e623 commit 0d296ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Box } from "@twilio-paste/box";
import { Button } from "@twilio-paste/button";
import { useMenuState, Menu, MenuButton, MenuItem } from "@twilio-paste/menu";
import { Paragraph } from "@twilio-paste/paragraph";
import { Table, THead, Tr, Th, TBody, Td } from "@twilio-paste/core/table";
import { Table, THead, Tr, Th, TBody, Td } from "@twilio-paste/table";
import { Stack } from "@twilio-paste/stack";
import { Tooltip } from "@twilio-paste/tooltip";
import { ChevronDownIcon } from "@twilio-paste/icons/esm/ChevronDownIcon";
Expand Down

0 comments on commit 0d296ae

Please sign in to comment.