diff options
author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-04-22 19:03:46 -0700 |
---|---|---|
committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-04-22 19:03:46 -0700 |
commit | 4a832f8bc78e9d0c7d83edd2e7777919a5e685ad (patch) | |
tree | 426c62ab1819f37f4eec1012c21f9fb25abbbb2b /src/components/profile/UniversityIcon.tsx | |
parent | 1f04e445e9d317bc141624a440a2c1e55f8704b3 (diff) |
On Press Tutorial
Diffstat (limited to 'src/components/profile/UniversityIcon.tsx')
-rw-r--r-- | src/components/profile/UniversityIcon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/UniversityIcon.tsx b/src/components/profile/UniversityIcon.tsx index cfe1366d..6e1c7d4e 100644 --- a/src/components/profile/UniversityIcon.tsx +++ b/src/components/profile/UniversityIcon.tsx @@ -1,8 +1,8 @@ import React from 'react'; import {ImageStyle, StyleProp, StyleSheet, ViewProps} from 'react-native'; import {Image, Text, View} from 'react-native-animatable'; -import {getUniversityBadge, getUniversityClass, normalize} from '../../utils'; import {UniversityType} from '../../types'; +import {getUniversityBadge, getUniversityClass, normalize} from '../../utils'; export interface UniversityIconProps extends ViewProps { university: UniversityType; |