Skip to content

Commit

Permalink
[remove]unneed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ManatoYamashita committed Sep 8, 2024
1 parent e75f45a commit 6123f1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./dist/
git-ftp-args: --remote-root /tcu-animation/
git-ftp-args: --remote-root /tcu-animation/ --syncroot ./dist/ --auto-init --no-delete
8 changes: 4 additions & 4 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
import { Icon } from 'astro-iconify'
// import { Icon } from 'astro-iconify'
import {
Astronav,
MenuItems,
MenuIcon,
Dropdown,
DropdownItems,
DropdownSubmenu,
// Dropdown,
// DropdownItems,
// DropdownSubmenu,
} from "astro-navbar";
import ThemeIcon from "./ThemeIcon.astro";
Expand Down

0 comments on commit 6123f1c

Please sign in to comment.