chore: merge branch 'main' into sgunter/button-component
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
],
|
||||
"types": [
|
||||
"chrome",
|
||||
"node"
|
||||
"node",
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
@@ -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
1
src/vite-env.d.ts
vendored
@@ -1 +1,2 @@
|
||||
/// <reference types="vite/client" />
|
||||
/// <reference types="unplugin-icons/types/react" />
|
||||
|
||||
Reference in New Issue
Block a user