Skip to content

Commit

Permalink
feat(education): Add some other unis (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Jul 14, 2020
1 parent 7dbeef4 commit 9f964b7
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/education/institutions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import type {

import * as au from './au';
import * as nz from './nz';
import * as row from './row';

/**
* A list of all education institutions in our limited data set.
Expand All @@ -16,6 +17,7 @@ export const all: EducationInstitution[] = [
au.universities,
nz.itps,
nz.universities,
row.universities,
].flat();

interface FilterProps {
Expand Down
Loading

0 comments on commit 9f964b7

Please sign in to comment.