Skip to content

Commit be14893

Browse files
authored
Pop-up Needs to Go (#286)
1 parent 446ff4f commit be14893

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/theme/Root.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
import React from 'react';
2-
import GrafanaSetupPopup from '../components/GrafanaSetupPopup';
32

43
export default function Root({ children }) {
5-
console.log('🎯 Root component loaded - single popup system initialized');
6-
74
return (
85
<>
96
{children}
10-
<GrafanaSetupPopup />
117
</>
128
);
139
}

0 commit comments

Comments
 (0)