Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Apr 23, 2024
1 parent 5289159 commit 74db553
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/confirm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TonicDialog } from 'npm:@socketsupply/components/dialog.js'
import { TonicDialog } from 'npm:@socketsupply/components/dialog'

class DialogConfirm extends TonicDialog {
async prompt (opts) {
Expand Down
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
object-src 'none';
"
>

<script src="index.js" type="module"></script>

<link rel="stylesheet" href="css/theme.css">
Expand Down
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import vm from 'socket:vm'
import { inspect, format } from 'socket:util'
import { spawn, exec } from 'socket:child_process'

import Tonic from 'npm:@socketsupply/tonic'
import components from 'npm:@socketsupply/components'
import Indexed from 'npm:@socketsupply/indexed'
import Tonic from '@socketsupply/tonic'
import components from '@socketsupply/components'
import Indexed from '@socketsupply/indexed'

import { Patch } from './git-data.js'
import { cp, rm } from './lib/fs.js'
Expand Down

0 comments on commit 74db553

Please sign in to comment.