mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-30 12:55:21 -04:00
next-mdx-remote -> mdx-bundler (#729)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { memo } from "react";
|
||||
|
||||
type Props = {
|
||||
boxes?: number;
|
||||
timing?: number;
|
||||
@@ -54,4 +56,4 @@ const Loading = ({ boxes = 3, timing = 0.1, width }: Props) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Loading;
|
||||
export default memo(Loading);
|
||||
|
||||
Reference in New Issue
Block a user