Skip to content

Commit 2199de8

Browse files
authored
chore: Rename App.tsx to FlagsPage.tsx for dev-server (#598)
* move app.tsx * add ldcli to gitignore
1 parent 0dfa149 commit 2199de8

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dist/
33
*.log
44
node_modules/
55
devserver.db
6+
ldcli

internal/dev_server/ui/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { useEffect } from 'react';
22
import ReactDOM from 'react-dom/client';
3-
import App from './App.tsx';
3+
import App from './FlagsPage.tsx';
44
import { IconProvider } from './IconProvider.tsx';
55
import { ToastContainer } from '@launchpad-ui/components';
66

0 commit comments

Comments
 (0)