mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
fixed sortable audio grid
This commit is contained in:
parent
47a6e02c21
commit
37a2e54543
6 changed files with 131 additions and 90 deletions
|
@ -1,11 +1,11 @@
|
|||
import React, { FC, useCallback } from "react";
|
||||
import React, { FC, useCallback } from 'react';
|
||||
|
||||
import classNames from "classnames";
|
||||
import classNames from 'classnames';
|
||||
|
||||
import { ArcProgress } from "~/components/input/ArcProgress";
|
||||
import { Icon } from "~/components/input/Icon";
|
||||
import { ArcProgress } from '~/components/input/ArcProgress';
|
||||
import { Icon } from '~/components/input/Icon';
|
||||
|
||||
import styles from "./styles.module.scss";
|
||||
import styles from './styles.module.scss';
|
||||
|
||||
interface IProps {
|
||||
id?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue