Skip to content

Commit 8c9288a

Browse files
committed
Added missing import for react, without which page breaks - To see this page MAINTENANCE_MODE should be set to true in src/config/constants.js near line 321
1 parent c3e4dcb commit 8c9288a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Maintenance/Maintenance.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from 'react'
12
import './Maintenance.scss'
23

34
const Maintenance = () => {

0 commit comments

Comments
 (0)