Skip to content

Commit

Permalink
Change: Use .js as file suffix for hooks
Browse files Browse the repository at this point in the history
Hooks usually don't contain JSX and therefore should use `.js` for the
file suffix. Currently this is mixed up between `.jsx` and `.js`.
  • Loading branch information
bjoernricks committed Jun 19, 2024
1 parent f955c28 commit 51d0337
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/


import {useCallback, useState} from 'react';

const useFormValues = (initialValues = {}) => {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 51d0337

Please sign in to comment.