Skip to content

Commit 1bdd9be

Browse files
committed
eslint
1 parent 85d4462 commit 1bdd9be

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

frontend/e2e/pages/dashboard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { expect } from '@playwright/test'
22
import { baseURL } from '../utils'
3-
import { Page } from 'playwright'
3+
import type { Page } from 'playwright'
44

55
export const dashboard_page = async (page: Page) => {
66
await page.goto(baseURL)

frontend/src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import '@bcgov/bc-sans/css/BC_Sans.css'
2-
import * as React from 'react'
2+
import * as React from 'react/jsx-runtime'
33
import * as ReactDOM from 'react-dom/client'
44
import { ThemeProvider } from '@emotion/react'
55
import CssBaseline from '@mui/material/CssBaseline'

frontend/src/theme.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { createTheme } from '@mui/material/styles'
2-
import { red } from '@mui/material/colors'
32

43
// A custom theme for this app
54
const theme = createTheme({

0 commit comments

Comments
 (0)