File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/routes/products/functions/(components) Expand file tree Collapse file tree 2 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 2
2
import { Button } from ' $lib/components/ui' ;
3
3
import { Platform } from ' $lib/utils/references' ;
4
4
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' ;
7
7
import SnippetPython from ' ./(snippets)/python.txt' ;
8
8
import SnippetRuby from ' ./(snippets)/ruby.txt' ;
9
9
import SnippetDeno from ' ./(snippets)/deno.txt' ;
18
18
{
19
19
language: ' server-nodejs' ,
20
20
platform: ' Web' ,
21
- content: SnippetServerNodejs
21
+ content: SnippetNodejs
22
22
},
23
23
{
24
24
language: ' php' ,
You can’t perform that action at this time.
0 commit comments