mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 07:08:40 -04:00
refactor: move apply-dark-mode hook into other directory
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
ed3c688e8b
commit
cba8d917ed
6 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
import { RendererToEditorCommunicatorContextProvider } from '../components/editor-page/render-context/renderer-to-editor-communicator-context-provider'
|
||||
import { RenderPageContent } from '../components/render-page/render-page-content'
|
||||
import { useApplyDarkMode } from '../hooks/common/use-apply-dark-mode'
|
||||
import { useApplyDarkMode } from '../hooks/dark-mode/use-apply-dark-mode'
|
||||
import type { NextPage } from 'next'
|
||||
import React from 'react'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue