Skip to content

Commit

Permalink
Add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaric99 committed Dec 22, 2024
1 parent 895678e commit 6d7f054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/app/src/components/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import styles from './Navigation.module.scss';
import sprite from '../../assets/sprite.svg';
import React from 'react';

export const Navigation = () => {
export const Navigation = (): React.ReactElement => {
return (
<div className={styles.container}>
<div className={styles.iconWrapper}>
Expand Down

0 comments on commit 6d7f054

Please sign in to comment.