File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ import {
13
13
MemoizedRichText ,
14
14
MemoizedImage ,
15
15
MemoizedBookmark ,
16
- } from '../components /MemoizedComponents' ;
16
+ } from './MemoizedComponents' ;
17
17
import { useKeyboardNavigation } from '../hooks/useKeyboardNavigation' ;
18
18
import { useIntersectionObserver } from '../hooks/useIntersectionObserver' ;
19
- import testData from './test.json' ;
19
+ import testData from '../constants /test.json' ;
20
20
21
21
interface RichTextItem {
22
22
type : 'text' ;
@@ -54,7 +54,7 @@ const GlobalStyle = createGlobalStyle<{ theme: Theme }>`
54
54
` ;
55
55
56
56
const Container = styled . div `
57
- max-width: 800px ;
57
+ max-width: 900px ;
58
58
margin: 0 auto;
59
59
padding: ${ ( { theme } ) => theme . spacing . xl } ;
60
60
` ;
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import type { Meta , StoryObj } from '@storybook/react' ;
2
- import { Renderer } from './Renderer' ;
2
+ import { Renderer } from '../components /Renderer' ;
3
3
import { NotionBlock } from '../types' ;
4
4
5
5
const meta = {
You can’t perform that action at this time.
0 commit comments