Skip to content

Commit 7f60beb

Browse files
committed
test: update test route with distinguishable return values
1 parent 662488e commit 7f60beb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/tests/src/routes/referencing-multiple-export-named-functions-in-the-same-file.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export function Component() {
2-
return <>hello</>;
2+
return <>(´。• ᵕ •。`) ♡</>;
33
}
44

55
export function Component2() {
6-
return <>hello</>;
6+
return <>♡(˃͈ દ ˂͈ ༶ )</>;
77
}
88

99
export default function () {

0 commit comments

Comments
 (0)