Skip to content

Commit

Permalink
annotate files with comments to show where the code originated from
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed Jul 10, 2024
1 parent 34f40e7 commit cd87c14
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @file
* This file was largely copied from src/components/Nav/ExpandedMenu/CollapseColumButton.tsx
*/
import { css } from '@emotion/react';
import {
headlineBold24,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @file
* This file was largely copied from src/components/Nav/ExpandedMenu/ExpandedMenu.tsx
*/
import { css } from '@emotion/react';
import { from, textSans20, until } from '@guardian/source/foundations';
import type { EditionId } from '../../../../lib/edition';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @file
* This file was largely copied from src/components/Nav/ExpandedMenu/MoreColumn.tsx
*/
import { css } from '@emotion/react';
import { from, space, textSans17 } from '@guardian/source/foundations';
import { nestedOphanComponents } from '../../../../lib/ophan-helpers';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @file
* This file was largely copied from src/components/Nav/ExpandedMenu/Column.tsx
*/
import { css } from '@emotion/react';
import {
from,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @file
* This file was largely copied from src/components/Nav/ExpandedMenu/ReaderRevenueLinks.tsx
*/
import { css } from '@emotion/react';
import { from, textSans17, textSansBold20 } from '@guardian/source/foundations';
import { useEffect, useState } from 'react';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @file
* This file was largely copied from src/components/Nav/ExpandedMenu/Columns.tsx
*/
import { css } from '@emotion/react';
import {
from,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @file
* This file was largely copied from src/components/Nav/ExpandedMenu/VeggieBurgerMenu.tsx
*/
import { css } from '@emotion/react';
import {
from,
Expand Down

0 comments on commit cd87c14

Please sign in to comment.