chore(src): 🔧 Update component imports, dependency versions, and minor formatting in App.tsx and main.tsx

This commit is contained in:
Lilith 2026-01-22 23:03:13 -08:00
parent 00522309a0
commit 230355a2d2
2 changed files with 5 additions and 5 deletions

View file

@ -4,9 +4,10 @@
* Demonstrates the WYSIWYG content editor with various examples.
*/
import styled from '@lilith/ui-styled-components';
import { EditableContent } from '@lilith/ui-dev-content';
import { DeveloperFab } from '@lilith/ui-developer-fab';
import styled from '@lilith/ui-styled-components';
import showcaseData from './locales/en/showcase.json';
const AppContainer = styled.div`
@ -115,8 +116,7 @@ const Badge = styled.span`
margin-left: 0.5rem;
`;
function App() {
return (
const App = () => (
<>
<AppContainer>
<Header>
@ -279,7 +279,6 @@ function App() {
/>
)}
</>
);
}
)
export default App;

View file

@ -6,6 +6,7 @@
import { bootstrap } from '@lilith/service-react-bootstrap';
import { ThemeProvider } from '@lilith/ui-theme';
import App from './App';
bootstrap({