Skip to content

Commit 6812d27

Browse files
committed
🐛 Fix import for SignUp
1 parent d9bf8c2 commit 6812d27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blocks/SignUp/SignUp.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const {
6565
</Card>
6666

6767
<script>
68-
import { on } from '@utils/DOMUtils'
68+
import { on } from 'webcoreui'
6969

7070
const addEventListener = () => {
7171
on('.sign-up-form', 'submit', (event: Event) => event.preventDefault())

0 commit comments

Comments
 (0)