Skip to content

Commit e827227

Browse files
committed
add back App.tsx
1 parent 0700445 commit e827227

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

internal/dev_server/ui/src/App.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)