We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c635c9 commit 84395e8Copy full SHA for 84395e8
src/components/debugSymbolConfig/debugSymbolConfig.tsx
@@ -1,8 +1,8 @@
1
'use client';
2
3
-import {useState, useEffect} from 'react';
4
import styled from '@emotion/styled';
5
import {Checkbox} from '@radix-ui/themes';
+import {useState} from 'react';
6
7
type DebugSymbolConfigProps = {
8
defaultOptions?: string[];
0 commit comments