質問編集履歴
1
import
test
CHANGED
File without changes
|
test
CHANGED
@@ -53,14 +53,6 @@
|
|
53
53
|
```js
|
54
54
|
|
55
55
|
import React, { useCallback, useEffect, useState } from 'react';
|
56
|
-
|
57
|
-
import { useHistory } from 'react-router-dom';
|
58
|
-
|
59
|
-
import '../assets/sass/start-typing.scss';
|
60
|
-
|
61
|
-
import { Button, Progress, Timer, Typing } from '../components/index';
|
62
|
-
|
63
|
-
import * as Strings from '../strings';
|
64
56
|
|
65
57
|
|
66
58
|
|