Skip to content

Commit

Permalink
style: rename 'central-content' folder to 'views'
Browse files Browse the repository at this point in the history
  • Loading branch information
orlinmalkja committed Jan 7, 2025
1 parent e50cffb commit e35db97
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/panel/Panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FC, useState } from 'react'
import { PanelProvider } from '@/contexts/PanelContext'

import ContentTypesToggle from '@/components/panel/ContentTypesToggle'
import PanelCentralContent from '@/components/panel/central-content/PanelCentralContent'
import PanelCentralContent from '@/components/panel/views/PanelCentralContent'
import PanelTopBar from '@/components/panel/PanelTopBar'

import ErrorComponent from '@/components/ErrorComponent'
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { FC, useEffect, useState } from 'react'
import { contentStore } from '@/store/ContentStore'
import { usePanel } from '@/contexts/PanelContext'

import TextViewOne from '@/components/panel/central-content/TextViewOne'
import TextView from '@/components/panel/central-content/TextView'
import SplitView from '@/components/panel/central-content/SplitView'
import ImageView from '@/components/panel/central-content/ImageView'
import TextViewOne from '@/components/panel/views/TextViewOne'
import TextView from '@/components/panel/views/TextView'
import SplitView from '@/components/panel/views/SplitView'
import ImageView from '@/components/panel/views/ImageView'

import ErrorComponent from '@/components/ErrorComponent'

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e35db97

Please sign in to comment.