Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
Commits
e9794f84
Commit
e9794f84
authored
Jul 05, 2022
by
Yoon, Daeki
😅
Browse files
인증 프로바이더 추가
parent
6ed85528
Changes
1
Show whitespace changes
Inline
Side-by-side
frontend/src/App.tsx
View file @
e9794f84
import
React
from
"
react
"
;
import
{
Outlet
}
from
"
react-router-dom
"
;
import
{
AuthProvider
}
from
"
./auth/auth.context
"
;
import
{
Header
}
from
"
./commons
"
;
const
App
=
()
=>
(
<
div
>
<
AuthProvider
>
<
Header
/>
<
Outlet
/>
</
div
>
</
AuthProvider
>
);
export
default
App
;
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