Skip to content

Commit e3bd6cd

Browse files
Rename language snippet files and update imports
1 parent 81beb18 commit e3bd6cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/routes/products/functions/(components)/Languages.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import { Button } from '$lib/components/ui';
33
import { Platform } from '$lib/utils/references';
44
import MultiCodeContextless from '$routes/products/messaging/(components)/MultiCodeContextless.svelte';
5-
import SnippetServerNodejs from './(snippets)/server-nodejs.txt';
6-
import SnippetPhp from './(snippets)/server-php.txt';
5+
import SnippetNodejs from './(snippets)/nodejs.txt';
6+
import SnippetPhp from './(snippets)/php.txt';
77
import SnippetPython from './(snippets)/python.txt';
88
import SnippetRuby from './(snippets)/ruby.txt';
99
import SnippetDeno from './(snippets)/deno.txt';
@@ -18,7 +18,7 @@
1818
{
1919
language: 'server-nodejs',
2020
platform: 'Web',
21-
content: SnippetServerNodejs
21+
content: SnippetNodejs
2222
},
2323
{
2424
language: 'php',

0 commit comments

Comments
 (0)