mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-07 06:03:58 -05:00
Fix broken types in imported library
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function DoubleDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function DoubleWaveDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function Drop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function QuickDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function QuickWaveDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function TripleDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function TripleWaveDrop({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingPulseProps } from "$/types/Loading";
|
||||
import type { LoadingPulseProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function WaveDrop({
|
||||
|
||||
Reference in New Issue
Block a user