Update portal.js import in example

This commit is contained in:
Rising Odegua 2022-02-22 09:18:41 +01:00
parent 739c0863d0
commit 98c2ec8b11

View File

@ -3,7 +3,7 @@ import {
PlotlyChart,
ReadMe,
DataExplorer,
} from 'portal/dist/index.cjs'
} from 'portal'
import path from 'path'
import Head from 'next/head'
import { getDataset } from '../lib/dataset'