rm todo
This commit is contained in:
parent
9ec7a79348
commit
0a4140ae8c
2 changed files with 2 additions and 4 deletions
|
@ -5,8 +5,6 @@ repo: https://github.com/NationalSecurityAgency/ghidra
|
|||
rev: 2024-04-15
|
||||
---
|
||||
|
||||
#refactor
|
||||
|
||||
# Ghidra
|
||||
Ghidra is a powerful open-source software reverse engineering (SRE) suite developed by the National Security Agency (NSA) that enables users to analyze compiled code to understand its functionality, vulnerabilities, and inner workings.
|
||||
|
||||
|
|
|
@ -177,11 +177,11 @@ enum Route {
|
|||
}
|
||||
|
||||
fn Home() -> Element {
|
||||
todo!()
|
||||
// HomePage...
|
||||
}
|
||||
|
||||
fn Blog() -> Element {
|
||||
todo!()
|
||||
// BlogPage...
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue