diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7e3649a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +# http://editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false + +[Makefile] +indent_style = tab diff --git a/.gitignore b/.gitignore index be96b25..8a8c0c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ node_modules .DS_STORE yarn* +.idea +.idea/ package-lock* dist/ \ No newline at end of file diff --git a/app/exam/Supportm.js b/app/exam/Supportm.js new file mode 100644 index 0000000..261bec2 --- /dev/null +++ b/app/exam/Supportm.js @@ -0,0 +1,11 @@ +import React, {Component} from 'react' + +export default class Supportm extends Component { + + render(){ + return