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
travel
Commits
3d10dcba
Commit
3d10dcba
authored
Aug 15, 2022
by
Lee Soobeom
Browse files
posts
parent
15eb9cdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/board/posts.tsx
0 → 100644
View file @
3d10dcba
import
React
,
{
ReactNode
}
from
"
react
"
;
import
{
Outlet
}
from
"
react-router-dom
"
;
export
default
function
Posts
()
{
return
<
Outlet
/>;
}
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