diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-15 23:06:26 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-15 23:06:26 +0200 |
| commit | 58f7d52150456713d3132408668a92d0f6f3d084 (patch) | |
| tree | 4b346042a684e416e53c4f4ac779060b832ad227 /src/pages/a | |
| parent | 63c3da2af27fcfb1a9893ade03543e3a30949c8d (diff) | |
Port to sveltekit
Diffstat (limited to 'src/pages/a')
| -rw-r--r-- | src/pages/a/[id].svelte | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pages/a/[id].svelte b/src/pages/a/[id].svelte deleted file mode 100644 index f9bd858..0000000 --- a/src/pages/a/[id].svelte +++ /dev/null @@ -1,5 +0,0 @@ -<script> - import Author from '$/components/author/author.svelte'; -</script> - -<Author/> |