File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import { expect } from '@playwright/test'
22import { baseURL } from '../utils'
3- import { Page } from 'playwright'
3+ import type { Page } from 'playwright'
44
55export const dashboard_page = async ( page : Page ) => {
66 await page . goto ( baseURL )
Original file line number Diff line number Diff line change 11import '@bcgov/bc-sans/css/BC_Sans.css'
2- import * as React from 'react'
2+ import * as React from 'react/jsx-runtime '
33import * as ReactDOM from 'react-dom/client'
44import { ThemeProvider } from '@emotion/react'
55import CssBaseline from '@mui/material/CssBaseline'
Original file line number Diff line number Diff line change 11import { createTheme } from '@mui/material/styles'
2- import { red } from '@mui/material/colors'
32
43// A custom theme for this app
54const theme = createTheme ( {
You can’t perform that action at this time.
0 commit comments