Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jul 9, 2024
1 parent f659898 commit ed9ee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/SignUpForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function SignUpForm() {

useEffect(() => {
workerRef.current = new Worker(
new URL('../workers/account/account.ts', import.meta.url)
new URL('../../workers/account/account.ts', import.meta.url)
);

workerRef.current.onmessage = async event => {
Expand Down

0 comments on commit ed9ee81

Please sign in to comment.