Skip to content

Commit

Permalink
Update EditOrRunButton.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 27, 2023
1 parent b28c629 commit 59c40b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/components/EditOrRunButton.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import _ from "../imports/lodash.js"
import { html, useEffect, useState, useRef, useLayoutEffect } from "../imports/Preact.js"
import { BackendLaunchPhase } from "../common/Binder.js"
import { html, useEffect, useState, useRef } from "../imports/Preact.js"
import { time_estimate, usePackageTimingData } from "../common/InstallTimeEstimate.js"

import { has_ctrl_or_cmd_pressed } from "../common/KeyboardShortcuts.js"
import { useDialog } from "../common/useDialog.js"

export const RunLocalButton = ({ show, start_local }) => {
Expand Down

0 comments on commit 59c40b0

Please sign in to comment.