Skip to content

Commit

Permalink
Merge pull request #253 from birkskyum/fix-example--solid-ssr-basic_d…
Browse files Browse the repository at this point in the history
…uplicate-import

fix example: solid/ssr/basic - Duplicate import
  • Loading branch information
nksaraf committed Mar 12, 2024
2 parents f354348 + 75b96ac commit 938a549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/solid/ssr/basic/app/server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
} from "solid-js/web";
import { getManifest } from "vinxi/manifest";
import { eventHandler } from "vinxi/http";
import { getManifest } from "vinxi/manifest";

import App from "./app";

Expand Down

0 comments on commit 938a549

Please sign in to comment.