Initial commit from ux_aura_assistant
This commit is contained in:
12
App.tsx
Normal file
12
App.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import WorkspaceContainer from './features/workspace/WorkspaceContainer';
|
||||
|
||||
/**
|
||||
* App is the root-level entry point.
|
||||
* It delegates to specific feature containers to maintain a clean top-level structure.
|
||||
*/
|
||||
const App: React.FC = () => {
|
||||
return <WorkspaceContainer />;
|
||||
};
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user