mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 13:44:23 +08:00
fix hound v2
This commit is contained in:
parent
8416ccc5c2
commit
40af99c57f
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
@import "../src/styles/main";
|
||||
@import '../src/styles/main';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import React from "react";
|
||||
|
||||
export default ({ type_of }) =>
|
||||
export default () =>
|
||||
<div className="text-center">
|
||||
<span className="assignment">
|
||||
<i className="fa fa-newspaper-o" />
|
||||
|
|
Loading…
Add table
Reference in a new issue