Skip to content

Commit 9c437e4

Browse files
committed
Fix lint
1 parent 5efa52d commit 9c437e4

File tree

1 file changed

+5
-1
lines changed
  • packages/webdoc-default-template/src/app/components/Explorer

1 file changed

+5
-1
lines changed

packages/webdoc-default-template/src/app/components/Explorer/ExplorerItem.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
import {useExplorerCategoryStyles, useExplorerPrimaryItemStyles, useExplorerStyles} from "./useExplorerStyles";
1+
import {
2+
useExplorerCategoryStyles,
3+
useExplorerPrimaryItemStyles,
4+
useExplorerStyles,
5+
} from "./useExplorerStyles";
26
import ExplorerCategoryItem from "./ExplorerCategoryItem";
37
import Link from "@material-ui/core/Link";
48
import React from "react";

0 commit comments

Comments
 (0)