Skip to content

Commit

Permalink
refactor: renme setup route to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirazad committed Jun 18, 2024
1 parent a36b526 commit 8d8936b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/setup/page.tsx → src/app/settings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ const ProgressIndicator: React.FC<ProgressIndicatorProps> = ({
);
};

export default function SetupPage() {
export default function SettingsPage() {
const [activeTab, setActiveTab] = useState(0);

const formElements = [
Expand Down

0 comments on commit 8d8936b

Please sign in to comment.