Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 22, 2024
1 parent 1a5e2f3 commit d6f113b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,16 @@ npm run dev
├── app
│ └── front
│ ├── app
│ │ └── // Pages (Nextjs App Router).
│ │ └── [Pages (Nextjs App Router)]
│ ├── src
│ │ ├── components
│ │ │ └── // React components.
│ │ │ └── [React components]
│ │ ├── handlers
│ │ │ └── // React handlers.
│ │ │ └── [React handlers]
│ │ ├── idl
│ │ │ └── nft_ticketing.json.
│ │ └── utils
│ │ └── // React utils.
│ │ └── [React utils]
│ ├── .env.local
│ ├── config-overrides.js
│ ├── package.json
Expand All @@ -180,11 +180,11 @@ npm run dev
│ └── nft-ticketing
│ ├── src
│ │ ├── kernel
│ │ │ └── // Program managers.
│ │ │ └── [Program managers]
│ │ └── lib.rs
│ └── Cargo.toml
├── tests
│ └── // Tests.
│ └── [Tests]
├── Anchor.toml
├── Cargo.toml
├── package.json
Expand Down

0 comments on commit d6f113b

Please sign in to comment.