Revize 2a6afa14
Přidáno uživatelem Dominik Poch před asi 3 roky(ů)
webapp/layouts/loginLayout.tsx | ||
---|---|---|
2 | 2 |
import Image from 'next/image'; |
3 | 3 |
import styles from '/styles/login.module.scss'; |
4 | 4 |
import { Col, Container, Row, Stack } from 'react-bootstrap'; |
5 |
import { LayoutProps } from '../components/models/layoutProps';
|
|
5 |
import { LayoutProps } from '../components/types/layoutProps';
|
|
6 | 6 |
|
7 | 7 |
/** |
8 | 8 |
* Creates layout of a login screen. |
webapp/layouts/mainLayout.tsx | ||
---|---|---|
1 |
import { LayoutProps } from '../components/models/layoutProps';
|
|
1 |
import { LayoutProps } from '../components/types/layoutProps';
|
|
2 | 2 |
import { Layout } from 'antd'; |
3 | 3 |
import { UserNavBar } from '../components/navigation/userNavBar'; |
4 | 4 |
import { AdminNavBar } from '../components/navigation/adminNavBar'; |
Také k dispozici: Unified diff
Changed path of imports
Forgot to save files with changed imports