Skip to content

Commit

Permalink
testing github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednooor committed Jan 2, 2024
1 parent 265e6c8 commit 06c6385
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/asdf/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export function App() {
i18n: { changeLanguage, language },
} = useTranslation();

console.log('language', language);

return (
<div>
<Button
Expand Down

0 comments on commit 06c6385

Please sign in to comment.