-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup paddings and many other things (#470)
* unrelated: Unite Verification page * urelated: remove test page * unrelated: resolve eslint warning * resolve #284: set nicer paddings to layout
- Loading branch information
Showing
12 changed files
with
15 additions
and
109 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
src/components/PagePlaceholder/PagePlaceholder.module.scss.d.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
import {NextPage} from 'next' | ||
|
||
import {PageLayout} from '@/components/PageLayout/PageLayout' | ||
|
||
import {Verification} from '../../../components/Verification/Verification' | ||
import Page from '../../strom/verifikacia/[[...params]]' | ||
|
||
const Verifikacia: NextPage = () => { | ||
return ( | ||
<PageLayout title="Verifikácia" contentWidth={2}> | ||
<Verification /> | ||
</PageLayout> | ||
) | ||
return <Page /> | ||
} | ||
|
||
export default Verifikacia |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
import {NextPage} from 'next' | ||
|
||
import {PageLayout} from '@/components/PageLayout/PageLayout' | ||
|
||
import {Verification} from '../../../components/Verification/Verification' | ||
import Page from '../../strom/verifikacia/[[...params]]' | ||
|
||
const Verifikacia: NextPage = () => { | ||
return ( | ||
<PageLayout title="Verifikácia" contentWidth={2}> | ||
<Verification /> | ||
</PageLayout> | ||
) | ||
return <Page /> | ||
} | ||
|
||
export default Verifikacia |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.