Skip to content

Commit

Permalink
Fix imports in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
dallagi committed Sep 14, 2023
1 parent 88356d7 commit 2186ee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions priv/templates/liveview.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Liveview from "./utilities/phoenix-liveview.js";
import { check } from "k6";


// See https://k6.io/docs/using-k6/options/#using-options for documentation on k6 options
export const options = {
Expand Down
2 changes: 1 addition & 1 deletion priv/templates/phoenix-channel.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Channel from "./utilities/phoenix-channel.js";
import { check, sleep } from "k6";
import { check } from "k6";

// See https://k6.io/docs/using-k6/options/#using-options for documentation on k6 options
export const options = {
Expand Down

0 comments on commit 2186ee0

Please sign in to comment.