From 427da7909d1cb24e115bd89378327a3009670ca0 Mon Sep 17 00:00:00 2001 From: unclekingpin Date: Thu, 20 Jul 2023 14:15:05 -0700 Subject: [PATCH] added copyright header --- src/App/withProtectedRoutes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App/withProtectedRoutes.js b/src/App/withProtectedRoutes.js index 1127a01d8..7883334a9 100644 --- a/src/App/withProtectedRoutes.js +++ b/src/App/withProtectedRoutes.js @@ -1,3 +1,5 @@ +// Copyright (C) 2017-2023 Smart code 203358507 + const React = require('react'); const { Intro } = require('stremio/routes'); const { useProfile } = require('stremio/common');