<?xml version="1.0" encoding="utf-8"?>

<s:Application 
    
    xmlns:fx="http://ns.adobe.com/mxml/2009" 
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/halo"
    
    xmlns:views="com.cafetownsend.views.*" 
    xmlns:maps="com.cafetownsend.maps.*"
    
     viewSourceURL="srcview/index.html">
    
    <fx:Declarations>
        
        <!-- Event Maps __________________________________________________ -->
        
        <maps:MainEventMap />
        <maps:ModelMap />
    
    </fx:Declarations>

    <!-- Views _______________________________________________________ -->
    
    <views:MainUI />

</s:Application>