Compare commits

..

No commits in common. "6ee6c10f5f8383d27acb6cf962813b772583ff01" and "e5e3396d69345141cc1230e1768f072c3c3a0a37" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ export default function AssessmentStandardLayout() {
<AssessmentModal></AssessmentModal> <AssessmentModal></AssessmentModal>
<SportCreateContent></SportCreateContent> <SportCreateContent></SportCreateContent>
<StandardCreateContent></StandardCreateContent> <StandardCreateContent></StandardCreateContent>
</div> </div>
) )
} }