Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b6b43 commit a5e5b4dCopy full SHA for a5e5b4d
src/app/components/protos/hero-section.tsx
@@ -305,6 +305,10 @@ import { Button } from '../ui/button';
305
306
/* eslint-disable */
307
308
+/* eslint-disable */
309
+
310
311
312
function TypingAnimation() {
313
const el = useRef(null);
314
src/app/components/reusables/code/code-block.tsx
@@ -686,6 +686,16 @@ import CopyButton from './copy-code';
686
687
// @ts-nocheck
688
689
+// react-syntax-highlighter has no types
690
691
692
+// @ts-nocheck
693
694
695
696
697
698
699
// react-syntax-highlighter has no types
700
701
0 commit comments