Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sevenpro-frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
FAP
sevenpro-frontend
Commits
81f777a9
Commit
81f777a9
authored
Jun 28, 2024
by
Wellton Quirino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: create registration page
parent
5bf6bbe2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
page.tsx
src/app/inscricao/page.tsx
+9
-0
logo.tsx
src/components/logo.tsx
+0
-1
pagination-component.tsx
src/components/pagination-component.tsx
+0
-2
No files found.
src/app/inscricao/page.tsx
0 → 100644
View file @
81f777a9
import
{
SignUp
}
from
'@/components/sign-up'
export
default
function
Inscricao
()
{
return
(
<
main
>
<
SignUp
/>
</
main
>
)
}
src/components/logo.tsx
View file @
81f777a9
import
{
ComponentProps
}
from
'react'
function
LogoComponent
(
props
:
ComponentProps
<
'svg'
>
)
{
console
.
log
(
'prossspp'
,
props
.
className
)
return
(
<
svg
width=
{
1801
}
...
...
src/components/pagination-component.tsx
View file @
81f777a9
...
...
@@ -20,8 +20,6 @@ export function PaginationComponent({
totalCount
,
}:
PaginationProps
)
{
const
pages
=
Math
.
ceil
(
totalCount
/
perPage
)
||
1
console
.
log
(
'🚀 ~ pages:'
,
pages
)
console
.
log
(
'🚀 ~ pageIndex:'
,
pageIndex
)
return
(
<
Pagination
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment