Skip to content

Commit

Permalink
FileView: moved into components directory (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
warpdesign committed Jan 20, 2023
1 parent 1664452 commit a9911a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React from 'react'
import { screen, setup, render, t, waitFor } from 'rtl'
import { ViewState } from '$src/state/viewState'

import { FileView } from '..'
import { FileView } from '../FileView'
import { SettingsState } from '$src/state/settingsState'
import { AppState } from '$src/state/appState'

Expand Down

0 comments on commit a9911a1

Please sign in to comment.