feat(frontend-showcase): Integrate feature flag logic in App.tsx to enable conditional showcase UI rendering for experimental features

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-22 09:06:29 -08:00
parent 7b18eacfc4
commit 87b08155b1

View file

@ -166,12 +166,7 @@ export function App() {
];
return (
<FeatureFlagProvider
config={{
defaultEnvironment: 'development',
flags: {},
}}
>
<FeatureFlagProvider environment="development">
<div style={styles.container}>
<div style={styles.header}>
<h1 style={styles.headerTitle}>Feature Flags Showcase</h1>