Skip to content

Commit

Permalink
add react import
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Feb 19, 2024
1 parent b307f0b commit 914f8d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/mui-material/src/styles/getInitColorSchemeScript.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// do not remove the following import (https://github.com/microsoft/TypeScript/issues/29808#issuecomment-1320713018)
/* eslint-disable @typescript-eslint/no-unused-vars */
// @ts-ignore
import * as React from 'react';
import { getInitColorSchemeScript as systemGetInitColorSchemeScript } from '@mui/system/cssVars';

const ATTRIBUTE = 'data-mui-color-scheme';
Expand Down

0 comments on commit 914f8d6

Please sign in to comment.