aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/UniversityIcon.tsx
diff options
context:
space:
mode:
authorankit-thanekar007 <ankit.thanekar007@gmail.com>2021-04-22 19:03:46 -0700
committerankit-thanekar007 <ankit.thanekar007@gmail.com>2021-04-22 19:03:46 -0700
commit4a832f8bc78e9d0c7d83edd2e7777919a5e685ad (patch)
tree426c62ab1819f37f4eec1012c21f9fb25abbbb2b /src/components/profile/UniversityIcon.tsx
parent1f04e445e9d317bc141624a440a2c1e55f8704b3 (diff)
On Press Tutorial
Diffstat (limited to 'src/components/profile/UniversityIcon.tsx')
-rw-r--r--src/components/profile/UniversityIcon.tsx2
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;