We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021202f commit d9cd156Copy full SHA for d9cd156
src/pages/HelpPage.jsx
@@ -1,9 +1,11 @@
1
import React from 'react';
2
import { Paper } from 'components/layout/Paper';
3
+import { Title } from 'app/Title/Title';
4
5
const HelpPage = () => {
6
return (
7
<div className="container mt-4">
8
+ <Title>О проекте IQA</Title>
9
<Paper>
10
<h2>О проекте IQA</h2>
11
<p>
0 commit comments