Skip to content

Commit cbcf53c

Browse files
fix
1 parent 05e7aa0 commit cbcf53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/iframe/builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useEffect, useState } from 'react';
22
import { useTranslations } from 'next-intl';
33
import { useRouter } from 'next/router';
4-
import Builder from '../lib/builder';
4+
import Builder from '../../lib/builder';
55

66
const Home = () => {
77
const [loading, setLoading] = useState(true);

0 commit comments

Comments
 (0)