Skip to content

Commit 2287b88

Browse files
ryanbrandenburgJamieMagee
authored andcommitted
Include required import
1 parent 23befbe commit 2287b88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Navigation/Pages/PageStatus/PageStatus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation and others. Licensed under the MIT license.
22
// SPDX-License-Identifier: MIT
33

4-
import { Component } from 'react'
4+
import React, { Component } from 'react'
55
import { Grid, Row, Table } from 'react-bootstrap'
66
import ColorScheme from 'color-scheme'
77
import {

0 commit comments

Comments
 (0)