Skip to content

Commit

Permalink
use export default
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Nov 18, 2023
1 parent 973b7fd commit 9b4f927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion navigation.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

module.exports = {
export default {
Introduction: {
slug: 'introduction',
sections: {
Expand Down Expand Up @@ -35,6 +35,7 @@ module.exports = {
Responses: 'responses',
Controllers: 'controllers',
Middleware: 'middleware',
'File Uploads': 'file-uploads',
Session: 'session',
'CSRF Protection': 'csrf-protection',
// 'Request Lifecycle': 'request-lifecycle',
Expand Down

0 comments on commit 9b4f927

Please sign in to comment.