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 3e413c1 commit 9fe253b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styleguide/src/sections/QuickEditCard.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```jsx
import { Card, CardHeader, CardContent, Grid, IconButton, Typography, Grow, FormControlLabel, Switch } from "@material-ui/core";
import CloseIcon from "mdi-material-ui/Close";
import Button from "../../../package/src/components/Button";
import Button from "../../../package/src/Button";

function GrowCard() {
const [checked, setChecked] = React.useState(false);
Expand Down

0 comments on commit 9fe253b

Please sign in to comment.