Update JS to ES modules
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
export default {
|
||||
onScience: `
|
||||
_________________________________________
|
||||
( Once, when the secrets of science were )
|
||||
|
@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
export default {
|
||||
title: "Nathan Upchurch",
|
||||
logo: "/img/logo.svg",
|
||||
url: "https://nathanupchurch.com/",
|
||||
|
Reference in New Issue
Block a user