/* <--- Imports ---> */ import React from 'react' import { Link } from 'gatsby' /* <--- Resources ---> */ import logoSORIT from '../resources/logoSORIT.svg' const TopNavBar = () => { return (
); } export default TopNavBar;