Skip to content

Commit bf00cf4

Browse files
committed
Delete extra header
1 parent 0b42c30 commit bf00cf4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

gatsby-browser.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ const components = {
2424
export const wrapRootElement = ({ element }) => {
2525
return <MDXProvider components={components}>{element}</MDXProvider>;
2626
};
27-
/*
28-
* Copyright 2025 Adobe All Rights Reserved.
29-
* NOTICE: All information contained herein is, and remains the property of Adobe and its suppliers, if any.
30-
* The intellectual and technical concepts contained herein are proprietary to Adobe and its suppliers and are protected by all applicable intellectual property laws, including trade secret and copyright laws.
31-
* Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Adobe.
32-
*/
3327

3428
const isBrowser = typeof window !== "undefined";
3529

0 commit comments

Comments
 (0)