9 lines
178 B
TypeScript
9 lines
178 B
TypeScript
|
|
// Copyright (C) 2020-2022 Intel Corporation
|
||
|
|
// Copyright (C) CVAT.ai Corporation
|
||
|
|
//
|
||
|
|
// SPDX-License-Identifier: MIT
|
||
|
|
|
||
|
|
import 'redux-thunk/extend-redux';
|
||
|
|
|
||
|
|
declare module '*.svg';
|