Skip to content

Commit b5b0fd8

Browse files
AlexPalazastagi
authored andcommitted
fix(build): asset drag n drop icon
1 parent f1eecfe commit b5b0fd8

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed
File renamed without changes.

src/Upload/UploadDragNdrop.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import classNames from 'classnames';
22
import React, { DragEventHandler, FC, useState } from 'react';
33
import { Icon } from '../Icon/Icon';
4-
import DragandDropIcon from '../assets/upload-drag-drop-icon.svg';
4+
import DragandDropIcon from '../../assets/images/upload-drag-drop-icon.svg';
55

66
interface UploadDragNdropProps {
77
/**

src/assets/index.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/types/svg.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
declare module '*.svg' {
2+
const content: string;
3+
export default content;
4+
}

0 commit comments

Comments
 (0)