Skip to content

Commit

Permalink
test [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 committed Sep 20, 2024
1 parent ec75a7f commit c2ddc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sif-demo-app/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import '@navikt/ds-css';

const App = () => {
return <p>App</p>;
return <p>App test</p>;
};

export default App;

0 comments on commit c2ddc62

Please sign in to comment.