eknkc / ssr-benchmark

Benchmarking JS web framework SSR performance
745 stars 172 forks source link

fix sveltekit (added Table component and create type) #7

Closed ryoppippi closed 1 month ago

ryoppippi commented 1 month ago

Hi! I fixed some components in SvelteKit project.

In projects such as React and Solid, the Table was an independent component, yet in Sveltekit it was embedded in page.ts.