Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 24, 2024
1 parent ac7d60f commit 4e48bff
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
'use client';
import styled from 'styled-components';
const ReproElement = styled.p.withConfig({
displayName: "code__ReproElement",
componentId: "sc-40762e0a-0"
})([
"&::before{content:'\\a9';}"
]);
export function ReproComponent(props) {
return <ReproElement>

This should be preceded by a copyright symbol and <i>not</i> backslash,

letter A, digit nine

</ReproElement>;
}

0 comments on commit 4e48bff

Please sign in to comment.