mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
running first test
This commit is contained in:
4
nextjs/src/models/local/assignmnet/rubricItem.ts
Normal file
4
nextjs/src/models/local/assignmnet/rubricItem.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface RubricItem {
|
||||
label: string;
|
||||
points: number;
|
||||
}
|
||||
Reference in New Issue
Block a user