mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 21:35:31 -04:00
remove unnecessary memoization
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { memo } from "react";
|
||||
import { styled, keyframes } from "../../lib/styles/stitches.config";
|
||||
import type { ComponentProps } from "react";
|
||||
|
||||
@@ -64,4 +63,4 @@ const Loading = ({ width, boxes = 3, timing = 0.1, css, ...rest }: LoadingProps)
|
||||
);
|
||||
};
|
||||
|
||||
export default memo(Loading);
|
||||
export default Loading;
|
||||
|
Reference in New Issue
Block a user