mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add assignment activity to new activity modal
This commit is contained in:
parent
47782b57bc
commit
9cf84b959d
4 changed files with 63 additions and 74 deletions
|
|
@ -0,0 +1,9 @@
|
|||
import React from 'react'
|
||||
|
||||
function Assignment() {
|
||||
return (
|
||||
<div>Assignment</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Assignment
|
||||
Loading…
Add table
Add a link
Reference in a new issue