Commit 6db7620d authored by Eduardo Sanz García's avatar Eduardo Sanz García Committed by Eduardo

Reorder imports according to the JS guide

parent 7e55e22a
......@@ -8,10 +8,9 @@ import { useStoreProxy } from '../store/use-store';
import NotebookFilters from './NotebookFilters';
import NotebookResultCount from './NotebookResultCount';
import useRootThread from './hooks/use-root-thread';
import Panel from './Panel';
import PaginatedThreadList from './PaginatedThreadList';
import useRootThread from './hooks/use-root-thread';
/**
* @typedef NotebookViewProps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment