Skip to content

Commit 3464d1d

Browse files
committed
remove final reference to ../../dist
1 parent 1f07304 commit 3464d1d

File tree

2 files changed

+8970
-1
lines changed

2 files changed

+8970
-1
lines changed

example/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import './globals.css'
22
import type { Metadata } from 'next'
33
import { Inter } from 'next/font/google'
4-
import { BaselimeRum } from '../../dist'
4+
import { BaselimeRum } from '@baselime/react-rum'
55

66
const inter = Inter({ subsets: ['latin'] })
77

0 commit comments

Comments
 (0)