We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2eae2 commit 9ed14baCopy full SHA for 9ed14ba
src/pages/sicp/subcomponents/SicpToc.tsx
@@ -4,7 +4,6 @@ import { cloneDeep } from 'lodash';
4
import React, { useState } from 'react';
5
import { useNavigate } from 'react-router';
6
import Constants from 'src/commons/utils/Constants';
7
-import getSicpError, { SicpErrorType } from 'src/features/sicp/errors/SicpErrors';
8
import { readSicpLangLocalStorage } from 'src/features/sicp/utils/SicpUtils';
9
10
import fallbackToc from '../../../features/sicp/data/toc.json';
0 commit comments