mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-25 16:05:39 -04:00
consistent arrow functions
This commit is contained in:
+2
-2
@@ -14,7 +14,7 @@ import YouTube from "./components/YouTube";
|
||||
import Gist from "./components/Gist";
|
||||
import CodePen from "./components/CodePen";
|
||||
|
||||
export function useMDXComponents(components: MDXComponents): MDXComponents {
|
||||
export const useMDXComponents = (components: MDXComponents): MDXComponents => {
|
||||
return {
|
||||
...components,
|
||||
|
||||
@@ -44,4 +44,4 @@ export function useMDXComponents(components: MDXComponents): MDXComponents {
|
||||
Gist,
|
||||
CodePen,
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user