Skip to content

Commit

Permalink
fix: update component path
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <[email protected]>
  • Loading branch information
mikemurray committed Feb 25, 2020
1 parent 09e3865 commit 3e413c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styleguide/src/sections/Card.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { Card, CardHeader, CardContent, Typography } from "@material-ui/core";

```jsx
import { Card, CardHeader, CardContent, Typography } from "@material-ui/core";
import ActionMenu from "../../../package/src/components/ActionMenu";
import ActionMenu from "../../../package/src/ActionMenu";

const options = [{
label: "Open"
Expand Down

0 comments on commit 3e413c1

Please sign in to comment.