Skip to content

Commit bdf0847

Browse files
committed
use ESM default export
1 parent ad8ac3f commit bdf0847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

navigation.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
module.exports = {
3+
export default {
44
Introduction: {
55
slug: 'introduction',
66
sections: {
@@ -37,7 +37,7 @@ module.exports = {
3737
Controllers: 'controllers',
3838
Middleware: 'middleware',
3939
Session: 'session',
40-
// 'CSRF Protection': 'csrf-protection',
40+
'CSRF Protection': 'csrf-protection',
4141
// 'Request Lifecycle': 'request-lifecycle',
4242
// Authentication: 'authentication',
4343
// Authorization: 'authorization',

0 commit comments

Comments
 (0)