1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

delint imports

This commit is contained in:
Michael Telatynski
2021-06-03 08:41:22 +01:00
parent 4765216280
commit 83d223475b
12 changed files with 60 additions and 60 deletions

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import {useState, useEffect, DependencyList} from 'react';
import { useState, useEffect, DependencyList } from 'react';
type Fn<T> = () => Promise<T>;