Skip to content

Instantly share code, notes, and snippets.

@6TELOIV
6TELOIV / @modal-default.tsx
Created December 9, 2024 17:07
Modal on top of route NextJS
/* app/@modal/default.tsx */
export default function Default() {
return null
}
@6TELOIV
6TELOIV / .README.md
Last active April 30, 2020 19:34
OS Quiz Questions and answers

Contributing

  1. Fork the gist with the button in the top right corner
  2. Make your changes (able to do so in browser, using the edit tool)
  3. Add a bullet point to changes.md with a note about what you're adding
  4. Make a comment on this main gist with a link to your gist.

As soon as I can, I will merge your changes into this main gist!

Understanding the file format

Files are formated using markdown. See here.

Question formating