{title}
diff --git a/src/components/Sidebar/index.tsx b/src/components/Sidebar/index.tsx
index c0d3c9a..9f5099a 100644
--- a/src/components/Sidebar/index.tsx
+++ b/src/components/Sidebar/index.tsx
@@ -1,9 +1,9 @@
-import React from "react"
+import React, { PropsWithChildren } from "react"
import logo from "../../images/tph-logo.png"
import * as SC from "./styles"
import ArrowRight from "../../icons/arrow-right.svg"
-function MenuItem({ children, to }: { children: React.ReactNode; to: string }) {
+function MenuItem({ children, to }: PropsWithChildren<{ to: string }>) {
return (
{children}