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 f16fb39 commit 076728aCopy full SHA for 076728a
src/components/layout/content.tsx
@@ -3,7 +3,7 @@ import { useFilecoinUpload } from '../../hooks/use-filecoin-upload.ts'
3
import DragNDrop from '../upload/drag-n-drop.tsx'
4
import UploadProgress from '../upload/upload-progress.tsx'
5
import './content.css'
6
-import PageTitle from '../ui/page-title.tsx'
+import { PageTitle } from '../ui/page-title.tsx'
7
8
export default function Content() {
9
const [uploadedFile, setUploadedFile] = useState<{ file: File; cid: string } | null>(null)
src/components/ui/page-title.tsx
@@ -9,4 +9,4 @@ function PageTitle() {
)
10
}
11
12
-export default PageTitle
+export { PageTitle }
0 commit comments