diff --git a/packages/ts/react-auth/src/ProtectedRoute.tsx b/packages/ts/react-auth/src/ProtectedRoute.tsx index 50c49cf245..134190ed94 100644 --- a/packages/ts/react-auth/src/ProtectedRoute.tsx +++ b/packages/ts/react-auth/src/ProtectedRoute.tsx @@ -1,12 +1,3 @@ -/* - - * Copyright (C) 2023 Vaadin Ltd - * - * This program is available under Vaadin Commercial License and Service Terms. - * - * - * See for the full - * license. - */ import { useContext } from 'react'; import type { RouteObject } from 'react-router-dom'; import { type IndexRouteObject, Navigate, type NonIndexRouteObject, useLocation } from 'react-router-dom';