Skip to content

Commit

Permalink
add .
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Dec 24, 2024
1 parent 104631c commit 293fa71
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/src/pages/LoginPage.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Container, Row, Col, Card, Form, Button } from 'react-bootstrap';
import avatarLogin from '../assets/avatarLogin.jpg';
import { useFormik } from 'formik';
import * as yup from 'yup';
import avatarLogin from '../assets/avatarLogin.jpg';

const LoginPage = () => {
const schema = yup.object().shape({
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/pages/MainPage.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Container, Row, Col, Nav } from 'react-bootstrap';
import AddChannelsButton from './сhatComponents/AddCannelsButton.jsx';
import Channel from './сhatComponents/Сhannels.jsx';
import MessageField from './сhatComponents/MessageField.jsx';
import AddChannelsButton from '../сomponents/AddCannelsButton.jsx';
import Channel from '../сomponents/Сhannels.jsx';
import MessageField from '../сomponents/MessageField.jsx';

const MainPage = () => {

Expand Down

0 comments on commit 293fa71

Please sign in to comment.