chore: merge branch 'main' into sgunter/button-component

This commit is contained in:
Samuel Gunter
2024-02-03 15:22:27 -06:00
12 changed files with 641 additions and 65 deletions

View File

@@ -8,7 +8,7 @@
],
"types": [
"chrome",
"node"
"node",
],
},
}

View File

@@ -1,6 +1,8 @@
import React from 'react';
import styles from './ExtensionRoot.module.scss';
import 'uno.css';
interface Props {
testId?: string;
}

1
src/vite-env.d.ts vendored
View File

@@ -1 +1,2 @@
/// <reference types="vite/client" />
/// <reference types="unplugin-icons/types/react" />