We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7505c13 commit ff6c53cCopy full SHA for ff6c53c
ui/packages/app/web/vite.config.ts
@@ -17,6 +17,7 @@ import svgr from 'vite-plugin-svgr';
17
18
// https://vitejs.dev/config/
19
export default defineConfig({
20
+ // @ts-expect-error
21
plugins: [react(), svgr()],
22
base: './',
23
server: {
ui/packages/shared/profile/src/ProfileView/components/Toolbars/SwitchMenuItem.tsx
@@ -11,8 +11,6 @@
11
// See the License for the specific language governing permissions and
12
// limitations under the License.
13
14
-import React from 'react';
15
-
16
import {Switch} from '@headlessui/react';
import {useUserPreference, type UserPreferenceDetails} from '@parca/hooks';
0 commit comments