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 1f07304 commit 3464d1dCopy full SHA for 3464d1d
example/app/layout.tsx
@@ -1,7 +1,7 @@
1
import './globals.css'
2
import type { Metadata } from 'next'
3
import { Inter } from 'next/font/google'
4
-import { BaselimeRum } from '../../dist'
+import { BaselimeRum } from '@baselime/react-rum'
5
6
const inter = Inter({ subsets: ['latin'] })
7
0 commit comments