From 86dfa095286437f6cb5c55aa689c6e6f3bf07c77 Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Wed, 23 Oct 2024 21:41:22 +0530 Subject: [PATCH] Test code --- EXAMPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index cd29491f..b86ba6db 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -12,7 +12,7 @@ ## Use with a Class Component Use the `withAuth0` higher order component to add the `auth0` property to Class components: - + ```jsx import React, { Component } from 'react'; import { withAuth0 } from '@auth0/auth0-react';