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 { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function BouncingDot({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function PulsingLine({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SpinningBinary({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SpinningClock({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SpinningEclipse({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SpinningEclipseHalf({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SpinningGalaxy({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingVariousProps } from "$/types/Loading";
|
||||
import type { LoadingVariousProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SpinningTadpole({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingWifiProps } from "$/types/Loading";
|
||||
import type { LoadingWifiProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function Wifi({
|
||||
|
||||
Reference in New Issue
Block a user