diff --git a/internal/ent/client.go b/ent/client.go similarity index 100% rename from internal/ent/client.go rename to ent/client.go diff --git a/internal/ent/ent.go b/ent/ent.go similarity index 100% rename from internal/ent/ent.go rename to ent/ent.go diff --git a/internal/ent/enttest/enttest.go b/ent/enttest/enttest.go similarity index 100% rename from internal/ent/enttest/enttest.go rename to ent/enttest/enttest.go diff --git a/internal/ent/generate.go b/ent/generate.go similarity index 100% rename from internal/ent/generate.go rename to ent/generate.go diff --git a/internal/ent/hook/hook.go b/ent/hook/hook.go similarity index 100% rename from internal/ent/hook/hook.go rename to ent/hook/hook.go diff --git a/internal/ent/migrate/migrate.go b/ent/migrate/migrate.go similarity index 100% rename from internal/ent/migrate/migrate.go rename to ent/migrate/migrate.go diff --git a/internal/ent/migrate/schema.go b/ent/migrate/schema.go similarity index 100% rename from internal/ent/migrate/schema.go rename to ent/migrate/schema.go diff --git a/internal/ent/mutation.go b/ent/mutation.go similarity index 100% rename from internal/ent/mutation.go rename to ent/mutation.go diff --git a/internal/ent/predicate/predicate.go b/ent/predicate/predicate.go similarity index 100% rename from internal/ent/predicate/predicate.go rename to ent/predicate/predicate.go diff --git a/internal/ent/runtime.go b/ent/runtime.go similarity index 100% rename from internal/ent/runtime.go rename to ent/runtime.go diff --git a/internal/ent/runtime/runtime.go b/ent/runtime/runtime.go similarity index 100% rename from internal/ent/runtime/runtime.go rename to ent/runtime/runtime.go diff --git a/internal/ent/schema/user.go b/ent/schema/user.go similarity index 100% rename from internal/ent/schema/user.go rename to ent/schema/user.go diff --git a/internal/ent/tx.go b/ent/tx.go similarity index 100% rename from internal/ent/tx.go rename to ent/tx.go diff --git a/internal/ent/user.go b/ent/user.go similarity index 100% rename from internal/ent/user.go rename to ent/user.go diff --git a/internal/ent/user/user.go b/ent/user/user.go similarity index 100% rename from internal/ent/user/user.go rename to ent/user/user.go diff --git a/internal/ent/user/where.go b/ent/user/where.go similarity index 100% rename from internal/ent/user/where.go rename to ent/user/where.go diff --git a/internal/ent/user_create.go b/ent/user_create.go similarity index 100% rename from internal/ent/user_create.go rename to ent/user_create.go diff --git a/internal/ent/user_delete.go b/ent/user_delete.go similarity index 100% rename from internal/ent/user_delete.go rename to ent/user_delete.go diff --git a/internal/ent/user_query.go b/ent/user_query.go similarity index 100% rename from internal/ent/user_query.go rename to ent/user_query.go diff --git a/internal/ent/user_update.go b/ent/user_update.go similarity index 100% rename from internal/ent/user_update.go rename to ent/user_update.go