We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0700445 commit e827227Copy full SHA for e827227
internal/dev_server/ui/src/App.tsx
@@ -0,0 +1,10 @@
1
+import './App.css';
2
+import FlagsPage from './FlagsPage.tsx';
3
+
4
+function App() {
5
+ return (
6
+ <FlagsPage />
7
+ )
8
+}
9
10
+export default App;
0 commit comments