Skip to content

Commit f1b9c4c

Browse files
committed
fixed button component import
1 parent 1ad9120 commit f1b9c4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/social/editProfileDetails.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { LiveStore, NamedNode, st, sym } from 'rdflib'
22
import { html, render } from 'lit-html'
33
import { ns } from 'solid-ui'
4-
import 'solid-ui/components/actions/button'
4+
import 'solid-ui/components/button'
55
import { editIcon, plusIcon, trashIcon } from './icons'
66
import { createSpinner } from './spinner'
77
/* The following code was generated by AI Model: GPT-5.4

0 commit comments

Comments
 (0)