mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-12 08:42:38 +02:00
protect against localstrorage error
This commit is contained in:
parent
f772088e90
commit
9a60a03217
2 changed files with 9 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
"use client";
|
||||
import { useFloating, offset, flip, shift, arrow, FloatingArrow, FloatingPortal, autoUpdate } from '@floating-ui/react';
|
||||
import { useCallback, useEffect, useRef, useState } from 'react';
|
||||
import { XIcon } from 'lucide-react';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue