mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Updated some configs
This commit is contained in:
@@ -26,6 +26,7 @@ export default function BouncingDots({
|
||||
r="3"
|
||||
className={className}
|
||||
stroke={stroke}
|
||||
fill={fill}
|
||||
>
|
||||
<animate
|
||||
id={`firstBouncingDots_${id}`}
|
||||
@@ -43,6 +44,7 @@ export default function BouncingDots({
|
||||
r="3"
|
||||
className={className}
|
||||
stroke={stroke}
|
||||
fill={fill}
|
||||
>
|
||||
<animate
|
||||
id={`secondBouncingDots_${id}`}
|
||||
@@ -60,6 +62,7 @@ export default function BouncingDots({
|
||||
r="3"
|
||||
className={className}
|
||||
stroke={stroke}
|
||||
fill={fill}
|
||||
>
|
||||
<animate
|
||||
id={`lastBouncingDots_${id}`}
|
||||
|
||||
6
lib/component/theme.ts
Normal file
6
lib/component/theme.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import ThemeProvider from "$/providers/theme/ThemeProvider";
|
||||
|
||||
|
||||
export {
|
||||
ThemeProvider
|
||||
};
|
||||
@@ -1 +1,6 @@
|
||||
import ToasterProvider from "$/providers/toaster/ToasterProvider";
|
||||
|
||||
|
||||
export {
|
||||
ToasterProvider
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user