feat(frontend): remove supabase client from frontend #22
Annotations
10 warnings
Lint:
src/App.tsx#L1
'useState' is defined but never used
|
Lint:
src/components/codeEditor.tsx#L4
Unexpected any. Specify a different type
|
Lint:
src/components/codeEditor.tsx#L5
'event' is defined but never used
|
Lint:
src/components/leftMenu.tsx#L12
'slug' is assigned a value but never used
|
Lint:
src/components/leftMenu.tsx#L13
Unexpected any. Specify a different type
|
Lint:
src/components/stacksSvg.tsx#L3
Unexpected any. Specify a different type
|
Lint:
src/components/walletConnect.tsx#L21
Forbidden non-null assertion
|
Lint:
src/components/walletConnect.tsx#L33
Forbidden non-null assertion
|
Lint:
src/components/walletConnect.tsx#L40
Forbidden non-null assertion
|
Lint:
src/lib/utils.ts#L15
Unexpected any. Specify a different type
|