Browse Source

clean code

kaori 4 years ago
parent
commit
02c8580223
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/Sidebar/PageTree/Item.tsx

+ 1 - 1
packages/app/src/components/Sidebar/PageTree/Item.tsx

@@ -1,5 +1,5 @@
 import React, {
 import React, {
-  useCallback, useState, FC, useEffect, memo, useRef,
+  useCallback, useState, FC, useEffect, memo,
 } from 'react';
 } from 'react';
 import nodePath from 'path';
 import nodePath from 'path';
 import { useTranslation } from 'react-i18next';
 import { useTranslation } from 'react-i18next';