File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/next/src/next-devtools/dev-overlay/styles Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import { DEV_TOOLS_INFO_USER_PREFERENCES_STYLES } from '../components/errors/dev
24
24
import { DEV_TOOLS_INFO_RENDER_FILES_STYLES } from '../components/overview/segment-explorer'
25
25
import { FADER_STYLES } from '../components/fader'
26
26
import { RESTART_SERVER_BUTTON_STYLES } from '../components/errors/error-overlay-toolbar/restart-server-button'
27
- import { NEXT_LOGO_STYLES } from '../components/devtools-indicator/next-logo'
28
27
29
28
export function ComponentStyles ( ) {
30
29
return (
@@ -55,7 +54,6 @@ export function ComponentStyles() {
55
54
${ DEV_TOOLS_INFO_USER_PREFERENCES_STYLES }
56
55
${ DEV_TOOLS_INFO_RENDER_FILES_STYLES }
57
56
${ FADER_STYLES }
58
- ${ NEXT_LOGO_STYLES }
59
57
` }
60
58
</ style >
61
59
)
You can’t perform that action at this time.
0 commit comments