Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-onthelawn committed Jul 22, 2024
1 parent d6493db commit eead452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/CanvasOrderbook/CanvasOrderbook.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { forwardRef, useCallback, useEffect, useMemo, useRef, useState } from 'react';
import { forwardRef, useCallback, useMemo, useRef, useState } from 'react';

import { shallowEqual } from 'react-redux';
import styled, { css } from 'styled-components';
Expand Down

0 comments on commit eead452

Please sign in to comment.