We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e7aa0 commit cbcf53cCopy full SHA for cbcf53c
pages/iframe/builder.js
@@ -1,7 +1,7 @@
1
import { useEffect, useState } from 'react';
2
import { useTranslations } from 'next-intl';
3
import { useRouter } from 'next/router';
4
-import Builder from '../lib/builder';
+import Builder from '../../lib/builder';
5
6
const Home = () => {
7
const [loading, setLoading] = useState(true);
0 commit comments