from django.shortcuts import render

# Create your views here.


def invoiceList(request):
    return render(request, 'invoice_list.html')
