Skip to content

Commit

Permalink
default.jsx code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelDau committed Jan 22, 2024
1 parent af88209 commit d6ca441
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ require('./default.scss')
const React = require('react')
const Footer = require('./footer')
const Dedication = require('./dedication')
const Notification = require('../notification.jsx').default

const reactVersion = '16.13.1'

const LayoutDefault = props => (
Expand Down Expand Up @@ -55,7 +53,6 @@ const LayoutDefault = props => (
</head>
<body className={props.className}>
<div className="layout--wrapper">
<span id="repository-notifications" data-react-props={'{}'}></span>
<div className="layout--content">{props.children}</div>
<div className="layout--footer">
<Footer />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ exports[`PageError renders when given props 1`] = `
<div
className="layout--wrapper"
>
<span
data-react-props="{}"
id="repository-notifications"
/>
<div
className="layout--content"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ exports[`PageHomepage renders when given props 1`] = `
<div
className="layout--wrapper"
>
<span
data-react-props="{}"
id="repository-notifications"
/>
<div
className="layout--content"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ exports[`PageLogin renders when given props 1`] = `
<div
className="layout--wrapper"
>
<span
data-react-props="{}"
id="repository-notifications"
/>
<div
className="layout--content"
>
Expand Down

0 comments on commit d6ca441

Please sign in to comment.