Skip to content

Commit a9911a1

Browse files
authored
FileView: moved into components directory (#349)
1 parent 1664452 commit a9911a1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/components/FileView/__tests__/index.test.tsx renamed to src/components/__tests__/FileView.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import React from 'react'
66
import { screen, setup, render, t, waitFor } from 'rtl'
77
import { ViewState } from '$src/state/viewState'
88

9-
import { FileView } from '..'
9+
import { FileView } from '../FileView'
1010
import { SettingsState } from '$src/state/settingsState'
1111
import { AppState } from '$src/state/appState'
1212

0 commit comments

Comments
 (0)