diff --git a/components/templates/styleguide/index.tsx b/components/templates/styleguide/index.tsx
index ba1198dd..e2524f57 100644
--- a/components/templates/styleguide/index.tsx
+++ b/components/templates/styleguide/index.tsx
@@ -9,6 +9,7 @@ const Styleguide = () => {
:hover
.
diff --git a/components/templates/styleguide/styled.ts b/components/templates/styleguide/styled.ts
index eb41c3ee..154bdebb 100644
--- a/components/templates/styleguide/styled.ts
+++ b/components/templates/styleguide/styled.ts
@@ -28,6 +28,11 @@ const hover = css`
}
`
+export const prop = css`
+ font-size: 200%;
+ color: indigo;
+`
+
export const bounce = keyframes`
from {
transform: scale(1.01);
diff --git a/pages/_app.tsx b/pages/_app.tsx
index d8f45a55..fa37e6b0 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -1,6 +1,3 @@
-// To solve the issue: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/31245
-///