Skip to content

Commit a67d832

Browse files
remaining dead code... bye
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 209d950 commit a67d832

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

apps/tests/src/routes/actions/use-submission.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@ import { Title } from "@solidjs/meta";
22
import { action, useSubmission } from "@solidjs/router";
33
import { Show } from "solid-js";
44

5-
const TEXT = `
6-
Roses are red,
7-
Violets are blue,
8-
SolidStart is shiny,
9-
And so are you.
10-
11-
Code flows like rivers,
12-
Logic sings in rhyme,
13-
Building with passion,
14-
One commit at a time.
15-
`;
16-
175
const actionStuff = action(async () => {
186
"use server";
197

0 commit comments

Comments
 (0)