Skip to content

Commit 126198a

Browse files
committed
fix import paths
1 parent 3fe4514 commit 126198a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/viewers/MarkdownView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useEffect, useState } from 'react'
22
import { useConfig } from '../../hooks/useConfig.js'
33
import type { FileSource } from '../../lib/sources/types.js'
44
import { cn, parseFileSize } from '../../lib/utils.js'
5-
import styles from '../../styles/MarkdownView.module.css'
5+
import styles from '../../styles/viewers/MarkdownView.module.css'
66
import { Spinner } from '../Layout.js'
77
import Markdown from '../Markdown.js'
88
import ContentHeader, { TextContent } from './ContentHeader.js'

src/components/viewers/TextView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useEffect, useState } from 'react'
22
import { useConfig } from '../../hooks/useConfig.js'
33
import { FileSource } from '../../lib/sources/types.js'
44
import { cn, parseFileSize } from '../../lib/utils.js'
5-
import styles from '../../styles/TextView.module.css'
5+
import styles from '../../styles/viewers/TextView.module.css'
66
import { Spinner } from '../Layout.js'
77
import ContentHeader, { TextContent } from './ContentHeader.js'
88

0 commit comments

Comments
 (0)