1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
4 from django.urls import path
5 from dictionary.views import NotesView
8 path('', NotesView.as_view(), name='dictionary_notes'),