mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
style: fix formatting with Prettier
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import { BoardView } from "@/components/views/board-view";
|
||||
import { createFileRoute } from '@tanstack/react-router';
|
||||
import { BoardView } from '@/components/views/board-view';
|
||||
|
||||
export const Route = createFileRoute("/board")({
|
||||
export const Route = createFileRoute('/board')({
|
||||
component: BoardView,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user