Finalized students app
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import UploadStudents from "$root/routes/(apps)/students/(_islands)/UploadStudents.tsx";
|
||||
import UploadStudents from "../../(_islands)/UploadStudents.tsx";
|
||||
import {
|
||||
getPartialsConfig,
|
||||
makePartials,
|
||||
@@ -10,7 +10,7 @@ import { State } from "$root/defaults/interfaces.ts";
|
||||
async function Students(_request: Request, _context: FreshContext<State>) {
|
||||
return (
|
||||
<>
|
||||
<h1>Manage Promotions</h1>
|
||||
<h2>Upload Students</h2>
|
||||
<UploadStudents />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user