Skip to content

Commit ff6c53c

Browse files
committed
Add ts-expect error back
1 parent 7505c13 commit ff6c53c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ui/packages/app/web/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import svgr from 'vite-plugin-svgr';
1717

1818
// https://vitejs.dev/config/
1919
export default defineConfig({
20+
// @ts-expect-error
2021
plugins: [react(), svgr()],
2122
base: './',
2223
server: {

ui/packages/shared/profile/src/ProfileView/components/Toolbars/SwitchMenuItem.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
import React from 'react';
15-
1614
import {Switch} from '@headlessui/react';
1715

1816
import {useUserPreference, type UserPreferenceDetails} from '@parca/hooks';

0 commit comments

Comments
 (0)