Skip to content

Commit

Permalink
Update app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dsingh45 authored Jan 20, 2025
1 parent f2e12e1 commit 1172672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/app/app.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { HalTable, HalAutocomplete } from "@dxc-technology/halstack-react-hal";
import {
DxcApplicationLayout,
DxcFlex,
DxcHeading,
DxcInset,
DxcHeading,
DxcFlex,
} from "@dxc-technology/halstack-react";
import { HalAutocomplete, HalTable } from "@dxc-technology/halstack-react-hal";

function App() {
return (
Expand Down Expand Up @@ -75,4 +75,4 @@ function App() {
);
}

export default App;
export default App;

0 comments on commit 1172672

Please sign in to comment.