Skip to content

Commit

Permalink
no js
Browse files Browse the repository at this point in the history
  • Loading branch information
szweibel committed Aug 3, 2023
1 parent 22f8d27 commit ac6d983
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 4,610 deletions.
5 changes: 0 additions & 5 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
"static/chunks/main.js",
"static/chunks/pages/index.js"
],
"/404": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/404.js"
],
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
Expand Down
Binary file modified .next/cache/webpack/client-development/1.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack
Binary file not shown.
Binary file modified .next/cache/webpack/client-development/index.pack.old
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/0.pack
Binary file not shown.
Binary file modified .next/cache/webpack/server-development/index.pack
Binary file not shown.
2 changes: 1 addition & 1 deletion .next/server/middleware-build-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js",
"/404": "pages/404.js",
"/": "pages/index.js"
}
1 change: 1 addition & 0 deletions .next/trace

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import { useState, useEffect } from "react";
import CssBaseline from '@mui/material/CssBaseline';
import dynamic from 'next/dynamic';
import Image from 'next/image'
import logo from '../public/images/logos/logo.png';
// import logo from '../public/images/logos/logo.png';
import logo from '../public/images/logos/logo.png'
import ButtonAppBarCollapse from "./ButtonAppBarCollapse";
import { useTheme } from 'next-themes';
import IconButton from '@mui/material/IconButton';
Expand Down
4,601 changes: 0 additions & 4,601 deletions workshops/Javascript.md

This file was deleted.

0 comments on commit ac6d983

Please sign in to comment.