1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-15 09:14:11 +02:00

Fix scss import case

This commit is contained in:
Chen-I Lim 2021-03-09 12:54:19 -08:00
parent f26efbc9c8
commit 9b6eb3357d

View File

@ -1,7 +1,7 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information. // See LICENSE.txt for license information.
import React, {FC} from 'react' import React, {FC} from 'react'
import './DividerElement.scss' import './dividerElement.scss'
const DividerElement: FC = (): JSX.Element => ( const DividerElement: FC = (): JSX.Element => (
<div className='DividerElement'/> <div className='DividerElement'/>