Skip to content

Commit

Permalink
fix tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
radubrehar committed Jun 21, 2024
1 parent c5d00b9 commit 397b602
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { HTMLAttributes, RefObject, useRef } from 'react';
import * as React from 'react';

import { join } from '../../../utils/join';
import { useGridScroll } from '../hooks/useGridScroll';
import { ThemeVars } from '../vars.css';
Expand Down

0 comments on commit 397b602

Please sign in to comment.