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 { LoadingBlocksProps } from "$/types/Loading";
|
||||
import type { LoadingBlocksProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function PulsingBlocks({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingBlocksProps } from "$/types/Loading";
|
||||
import type { LoadingBlocksProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SlidingBlocks2({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingBlocksProps } from "$/types/Loading";
|
||||
import type { LoadingBlocksProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function SlidingBlocks3({
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { LoadingBlocksProps } from "$/types/Loading";
|
||||
import type { LoadingBlocksProps } from "$/types/LoadingTypes";
|
||||
|
||||
|
||||
export default function WaveBlocks({
|
||||
|
||||
Reference in New Issue
Block a user