Skip to content

Commit 84395e8

Browse files
committed
Update debugSymbolConfig.tsx
1 parent 5c635c9 commit 84395e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/debugSymbolConfig/debugSymbolConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use client';
22

3-
import {useState, useEffect} from 'react';
43
import styled from '@emotion/styled';
54
import {Checkbox} from '@radix-ui/themes';
5+
import {useState} from 'react';
66

77
type DebugSymbolConfigProps = {
88
defaultOptions?: string[];

0 commit comments

Comments
 (0)